Skip to content

Commit

Permalink
chore(release): v4.1.4 support for node > 4.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff-Lewis committed Aug 18, 2016
1 parent 32f64ed commit 320f431
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### v4.1.4
* supports node 4.5.0 now
* chore(ci): add node 4 to travis

### v4.1.3
* updated dependencies. Fix eslint issues
* add runPromise
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "cls-hooked",
"version": "4.1.3",
"description": "CLS using AsynWrap instead of async-listener - es6 only",
"version": "4.1.4",
"description": "CLS using AsynWrap instead of async-listener - Node >= 4.5.0",
"main": "context.js",
"files": [
"context.js"
Expand Down

0 comments on commit 320f431

Please sign in to comment.