diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f966b1..c4e049d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +# 3.3.0 + +### Features + +* DevToolsExtension - convience wrapper for dev tools (#115) +* Select - seamless support for ImmutableJS (#160) + + +### Fixes + +* Able to use `@select` in services +* Behavior of `select` with chained dispatches, (fixes #149, #153) + + # 3.2.0 ### Features diff --git a/package.json b/package.json index a852779..cce7132 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ng2-redux", - "version": "3.2.1-beta.1", + "version": "3.3.0", "description": "Angular 2 bindings for Redux", "main": "./lib/index.js", "scripts": {