Skip to content

Commit

Permalink
chore(release): 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
isierra committed Oct 20, 2016
1 parent e9dee8c commit 6ee438d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

<a name="1.1.0"></a>
# [1.1.0](https://github.com/iskandersierra/rxstore/compare/v1.0.0...v1.1.0) (2016-10-20)


### Features

* **actionCreator:** Added for making easier defining custom actions ([e9dee8c](https://github.com/iskandersierra/rxstore/commit/e9dee8c))
* **reassign:** Added utility functions reassign and reassignif ([fcaef79](https://github.com/iskandersierra/rxstore/commit/fcaef79))



<a name="1.0.0"></a>
# [1.0.0](https://github.com/iskandersierra/rxstore/compare/v0.1.0...v1.0.0) (2016-10-20)

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": "rxstore",
"version": "1.0.0",
"version": "1.1.0",
"description": "Redux-like store implemented with RxJS",
"main": "dist/main.js",
"typings": "dist/main.d.ts",
Expand Down

0 comments on commit 6ee438d

Please sign in to comment.