Skip to content
This repository has been archived by the owner on Feb 16, 2021. It is now read-only.

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
gcanti committed Aug 24, 2016
1 parent eaa66c8 commit 725d4a6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@
**Note**: Gaps between patch versions are faulty/broken releases.
**Note**: A feature tagged as Experimental is in a high state of flux, you're at risk of it changing without notice.

## v0.2.1

- **New Feature**
- Expose action creators from `createActionType`, fix #15 (@FredyC)

## v0.2.0

- **Breaking Change**
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": "redux-tcomb",
"version": "0.2.0",
"version": "0.2.1",
"description": "Immutable and type-checked state and actions for Redux",
"main": "index.js",
"files": [
Expand Down

0 comments on commit 725d4a6

Please sign in to comment.