From c1a99e3d9b75794d86a86347a43657599237b26c Mon Sep 17 00:00:00 2001 From: Groupon Date: Mon, 7 Mar 2016 22:19:20 +0000 Subject: [PATCH] v2.0.3 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 62dbf6c..6e98d66 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +### 2.0.3 + +* Apply latest nlm generator & upgrade to bluebird 3.x - **[@i-tier-bot](https://github.com/i-tier-bot)** [#28](https://github.com/groupon/shared-store/pull/28) + - [`55b3a28`](https://github.com/groupon/shared-store/commit/55b3a2878c6a6aacef08c8f94b23c5b7dc978e04) **chore:** Apply latest nlm generator + - [`cac9301`](https://github.com/groupon/shared-store/commit/cac9301c64169aefea505a957fba036f0dc54ce9) **fix:** Changes for bluebird 3 + + ### 2.0.2 * Update to nlm v2 - **[@jkrems](https://github.com/jkrems)** [#27](https://github.com/groupon/shared-store/pull/27) diff --git a/package.json b/package.json index 2104e82..6443627 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "shared-store", - "version": "2.0.2", + "version": "2.0.3", "description": "Keeping config data in sync", "license": "BSD-3-Clause", "main": "lib/shared-store.js",