Skip to content

Commit df7c9d9

Browse files
author
Seth Davenport
committed
Release 6.1.0
1 parent 7cde852 commit df7c9d9

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# 6.1.0 - Angular 4 Support, Toolchain Fixes
2+
3+
We now support versions 2 and 4 of Angular. However Angular 2 support is
4+
deprecated and will be removed in a future major version.
5+
6+
Also updated the `npm` toolchain to build outputs on `npm publish` instead of
7+
on `npm install`. This fixes a number of toolchain/installation bugs people
8+
have reported.
9+
110
# 6.0.0 - The big-rename.
211

312
Due to the impending release of Angular4, the name 'ng2-redux' no longer makes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular-redux/form",
3-
"version": "6.1.0-alpha.6",
3+
"version": "6.1.0",
44
"description": "Build Angular 2+ forms with Redux",
55
"dependencies": {
66
"immutable": "^3.8.1"

0 commit comments

Comments
 (0)