From 8218b47b2be34baf125bced8f5014377d8232f8c Mon Sep 17 00:00:00 2001 From: overlookmotel Date: Tue, 6 Sep 2016 23:54:31 +0100 Subject: [PATCH] v2.0.0 --- changelog.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/changelog.md b/changelog.md index 7b34fa9..f5a9ac6 100644 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,6 @@ # Changelog -## Next +## 2.0.0 * Complete re-write * New test suite diff --git a/package.json b/package.json index 0753e4d..50a58d5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cls-bluebird", - "version": "1.1.3", + "version": "2.0.0", "description": "Make bluebird work with the continuation-local-storage module.", "main": "lib/index.js", "scripts": {