Skip to content

Commit

Permalink
node 8 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sagiegurari committed Jun 1, 2017
1 parent d9d5785 commit 9e212a4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ language: node_js
sudo: false
node_js:
- "node"
- "8"
- "6"
- "4"
- "0.12"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ See [contributing guide](.github/CONTRIBUTING.md)

| Date | Version | Description |
| ----------- | ------- | ----------- |
| 2017-05-01 | v1.0.6 | Maintenance |
| 2017-06-01 | v1.0.7 | Maintenance |
| 2017-04-28 | v1.0.0 | Offical release |
| 2017-04-28 | v0.0.1 | Initial release |

Expand Down
2 changes: 1 addition & 1 deletion docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
| Date | Version | Description |
| ----------- | ------- | ----------- |
| 2017-05-01 | v1.0.6 | Maintenance |
| 2017-06-01 | v1.0.7 | Maintenance |
| 2017-04-28 | v1.0.0 | Offical release |
| 2017-04-28 | v0.0.1 | Initial release |
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-later",
"version": "1.0.6",
"version": "1.0.7",
"description": "Defer function calls to the start of the next cycle.",
"author": {
"name": "Sagie Gur-Ari",
Expand Down

0 comments on commit 9e212a4

Please sign in to comment.