Skip to content
This repository has been archived by the owner on Jul 27, 2018. It is now read-only.

Commit

Permalink
1.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonroberts committed Apr 20, 2017
1 parent 6e63e9e commit 292fc6c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
<a name="1.2.6"></a>
## [1.2.6](https://github.com/ngrx/router-store/compare/v1.2.5...v1.2.6) (2017-04-20)


### Bug Fixes

* **deps:** Fixed peer dependencies for Angular 4.x ([#52](https://github.com/ngrx/router-store/issues/52)) ([6e63e9e](https://github.com/ngrx/router-store/commit/6e63e9e))
* **ngmodule:** Added empty object for NgModule metadata ([#39](https://github.com/ngrx/router-store/issues/39)) ([95e0021](https://github.com/ngrx/router-store/commit/95e0021))



<a name="1.2.5"></a>
## [1.2.5](https://github.com/ngrx/router-store/compare/v1.2.4...v1.2.5) (2016-10-13)

Expand Down Expand Up @@ -84,7 +95,7 @@

### BREAKING CHANGES

* router-store: Router API has changed internally
* **router-store:** Router API has changed internally

BEFORE:

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ngrx/router-store",
"version": "1.2.5",
"version": "1.2.6",
"description": "Bindings to connect angular/router to ngrx/store",
"main": "bundles/router-store.umd.js",
"module": "index.js",
Expand Down

0 comments on commit 292fc6c

Please sign in to comment.