diff --git a/CHANGELOG.md b/CHANGELOG.md index 236cac0..bdf72a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ + +## [2.0.1](https://github.com/ngrx/effects/compare/v2.0.0...v2.0.1) (2017-03-18) + + +### Bug Fixes + +* **build:** Enable compiling with no-implicit-any option ([#107](https://github.com/ngrx/effects/issues/107)) ([986b5df](https://github.com/ngrx/effects/commit/986b5df)) +* **Effects:** Inject Effects Subscriptions into Effects Module ([3cf1e0e](https://github.com/ngrx/effects/commit/3cf1e0e)) +* **subscription:** Updated type for effects subscription ([#97](https://github.com/ngrx/effects/issues/97)) ([7aa2e00](https://github.com/ngrx/effects/commit/7aa2e00)) + + + # [2.0.0](https://github.com/ngrx/effects/compare/v1.1.1...v2.0.0) (2016-09-27) @@ -42,7 +54,7 @@ ### Bug Fixes -* Fix toPayload and add MockStateUpdates.whenAction ([#7](https://github.com/ngrx/effects/issues/7)) ([aa22152](https://github.com/ngrx/effects/commit/aa22152)), closes [#7](https://github.com/ngrx/effects/issues/7) [#5](https://github.com/ngrx/effects/issues/5) +* Fix toPayload and add MockStateUpdates.whenAction ([#7](https://github.com/ngrx/effects/issues/7)) ([aa22152](https://github.com/ngrx/effects/commit/aa22152)), closes [#5](https://github.com/ngrx/effects/issues/5) diff --git a/package.json b/package.json index 1f13106..e70e64e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ngrx/effects", - "version": "2.0.0", + "version": "2.0.1", "description": "Side effect model for @ngrx/store", "main": "bundles/effects.umd.js", "module": "index.js",