From 3662578fefe05d0a6a56bed3714b64ca2b91afda Mon Sep 17 00:00:00 2001 From: overlookmotel Date: Sat, 25 Jun 2016 21:37:50 +0100 Subject: [PATCH] v1.1.3 --- changelog.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/changelog.md b/changelog.md index c3e43ce..883834a 100644 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,6 @@ # Changelog -## Next +## 1.1.3 * Improved validation that `ns` argument is a namespace * Add npm keywords diff --git a/package.json b/package.json index 16ec3a2..0621235 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cls-bluebird", - "version": "1.1.2", + "version": "1.1.3", "description": "Make bluebird work with the continuation-local-storage module.", "main": "shim.js", "scripts": {