Skip to content

Commit

Permalink
6.4.1 release prep (angular-redux#411)
Browse files Browse the repository at this point in the history
  • Loading branch information
SethDavenport authored May 30, 2017
1 parent 7a5c73b commit 92fbda3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 6.4.1

* Fixed a memory leak with `@select`, `@select$`. See https://github.com/angular-redux/example-app/issues/34 for details.

# 6.4.0

## Features
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": "@angular-redux/store",
"version": "6.4.0",
"version": "6.4.1",
"description": "Angular 2 bindings for Redux",
"main": "./lib/src/index.js",
"scripts": {
Expand Down

0 comments on commit 92fbda3

Please sign in to comment.