Skip to content

Commit

Permalink
chore: release 9.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonroberts committed May 5, 2020
1 parent 7cd0624 commit 3444baf
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
<a name="9.1.1"></a>

## [9.1.1](https:/ngrx/platform/compare/9.1.0...9.1.1) (2020-05-05)

### Bug Fixes

- **router-store:** selectors should return MemoizedSelector ([#2492](https:/ngrx/platform/issues/2492)) ([39a4b91](https:/ngrx/platform/commit/39a4b91))
- **schematics:** use Angular default properties when not defined ([#2507](https:/ngrx/platform/issues/2507)) ([7cd0624](https:/ngrx/platform/commit/7cd0624)), closes [#1036](https:/ngrx/platform/issues/1036)
- **store:** ignore Ivy in runtime checks ([#2491](https:/ngrx/platform/issues/2491)) ([46d752f](https:/ngrx/platform/commit/46d752f)), closes [#2404](https:/ngrx/platform/issues/2404)

<a name="9.1.0"></a>

# [9.1.0](https:/ngrx/platform/compare/9.0.0...9.1.0) (2020-04-07)
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/platform",
"version": "9.1.0",
"version": "9.1.1",
"description": "monorepo for ngrx development",
"scripts": {
"build": "bazel build //modules/...",
Expand Down

0 comments on commit 3444baf

Please sign in to comment.