diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b06868..bd8fa9c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ +### v4.1.1 +* Updated travis and strict npm engine to ^6.2.2 ### v4.1.0 -* Feature: add `runAndReturn` method to get return value of `func` (from ). +* Feature: add `runAndReturn` method to get return value of `func` (from [@overlookmotel](https://github.com/overlookmotel/node-continuation-local-storage)). ### v4.0.1 diff --git a/package.json b/package.json index 5b77239..c66d2b4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cls-hooked", - "version": "4.0.1", + "version": "4.1.1", "description": "CLS using AsynWrap instead of async-listener - es6 only", "main": "context.js", "files": [ @@ -28,7 +28,7 @@ "license": "BSD-2-Clause", "engineStrict": true, "engines": { - "node": "^6.3.1" + "node": "^6.2.2" }, "devDependencies": { "chai": "^3.5.0",