Skip to content

Commit

Permalink
Prepare 2.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
frank-west-iii committed Feb 9, 2018
1 parent 0335d65 commit 2545fad
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,13 @@

All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased](https://github.com/CodingZeal/zeal-redux-utils/compare/v1.0.0...HEAD)
## [Unreleased](https://github.com/CodingZeal/zeal-redux-utils/compare/v2.0.0...HEAD)

## [2.0.0](https://github.com/CodingZeal/zeal-redux-utils/compare/v1.0.0...v2.0.0) - 2018-02-09

### Changed

* Update to flux-standard-action 2.0.0 ([#14](https://github.com/CodingZeal/zeal-redux-utils/pull/14)), drops support for Symbols as action types

## [1.0.0](https://github.com/CodingZeal/zeal-redux-utils/compare/v0.3.2...v1.0.0) - 2017-05-17

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": "zeal-redux-utils",
"version": "1.0.0",
"version": "2.0.0",
"description": "Utility functions for working with Redux",
"main": "lib/index.js",
"scripts": {
Expand Down

0 comments on commit 2545fad

Please sign in to comment.