Skip to content

Commit 13acb35

Browse files
committed
release 1.0.2
1 parent c92892f commit 13acb35

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 1.0.2 (October 27, 2016)
2+
### Minor changes
3+
- Added yarn lock file ([c92892f](https://github.com/olegman/redux-actions-helpers/commit/c92892fb1f4d33f983d56bea8b3fa08eb32eed99))
4+
### Bugfixes
5+
- Computed property of object must be stirng, number or any ([b308916](https://github.com/olegman/redux-actions-helpers/commit/b3089165696bc2e80c22ae5decfedfe4ea451c55))
6+
17
## 1.0.1 (October 3, 2016)
28
### Bugfixes
39
- Remove typings from postinstall ([657ee3c](https://github.com/olegman/redux-actions-helpers/commit/657ee3cbbb53f8ad807c90752a71c3f354450eac))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "redux-actions-helpers",
33
"description": "Small helpers functions for creating and handle redux actions",
4-
"version": "1.0.1",
4+
"version": "1.0.2",
55
"author": {
66
"name": "Oleg Martynov",
77
"email": "olegman.ru@gmail.com"

0 commit comments

Comments
 (0)