From 012ad51d0c4a803f08949e1a1e85f6084ed98369 Mon Sep 17 00:00:00 2001 From: luin Date: Fri, 18 Mar 2016 11:01:59 +0800 Subject: [PATCH] chore(v2.0.0-rc1): --- Changelog.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index ac5de572..c878f9fd 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,11 @@ + +# [2.0.0-rc1](https://github.com/luin/ioredis/compare/v2.0.0-alpha3...v2.0.0-rc1) (2016-03-18) + +### Features + +* **dependencies**: upgrade all dependencies to the newest version ([3fdafc8](https://github.com/luin/ioredis/commit/3fdafc8)). + + # [2.0.0-alpha3](https://github.com/luin/ioredis/compare/v2.0.0-alpha2...v2.0.0-alpha3) (2016-03-13) diff --git a/package.json b/package.json index 7b3a6c24..c6c199cf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ioredis", - "version": "2.0.0-alpha3", + "version": "2.0.0-rc1", "description": "A delightful, performance-focused Redis client for Node and io.js", "main": "index.js", "scripts": {