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

Commit 725d4a6

Browse files
committed
bump version
1 parent eaa66c8 commit 725d4a6

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@
1212
**Note**: Gaps between patch versions are faulty/broken releases.
1313
**Note**: A feature tagged as Experimental is in a high state of flux, you're at risk of it changing without notice.
1414

15+
## v0.2.1
16+
17+
- **New Feature**
18+
- Expose action creators from `createActionType`, fix #15 (@FredyC)
19+
1520
## v0.2.0
1621

1722
- **Breaking Change**

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "redux-tcomb",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "Immutable and type-checked state and actions for Redux",
55
"main": "index.js",
66
"files": [

0 commit comments

Comments
 (0)