Skip to content

Commit

Permalink
chore(all): prepare release 1.0.0-alpha.4
Browse files Browse the repository at this point in the history
  • Loading branch information
MeirionHughes committed Oct 2, 2016
1 parent 12266c7 commit 2f27852
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/api.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"name":"aurelia-pal-nodejs","children":[{"id":2,"name":"initialize","kind":64,"kindString":"Function","flags":{"isExported":true},"signatures":[{"id":3,"name":"initialize","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Initializes the PAL with the NodeJS-targeted implementation."},"type":{"type":"instrinct","name":"void"}}],"sources":[{"fileName":"index.d.ts","line":4,"character":34}]},{"id":4,"name":"terminate","kind":64,"kindString":"Function","flags":{"isExported":true},"signatures":[{"id":5,"name":"terminate","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Terminate any long-life timers"},"type":{"type":"instrinct","name":"void"}}],"sources":[{"fileName":"index.d.ts","line":8,"character":33}]}],"groups":[{"title":"Functions","kind":64,"children":[2,4]}]}
{"name":"aurelia-pal-nodejs","children":[{"id":2,"name":"initialize","kind":64,"kindString":"Function","flags":{"isExported":true},"signatures":[{"id":3,"name":"initialize","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Initializes the PAL with the NodeJS-targeted implementation."},"type":{"type":"instrinct","name":"void"}}],"sources":[{"fileName":"index.d.ts","line":4,"character":34}]}],"groups":[{"title":"Functions","kind":64,"children":[2]}]}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aurelia-pal-nodejs",
"version": "1.0.0-alpha.3",
"version": "1.0.0-alpha.4",
"description": "The Node.js-specific implementation of Aurelia's platform abstraction layer.",
"keywords": [
"aurelia",
Expand Down

0 comments on commit 2f27852

Please sign in to comment.