Skip to content

Commit

Permalink
1.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
TimeRaider committed Nov 2, 2016
1 parent 1dee34a commit 9f9b492
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<a name="1.2.6"></a>
## 1.2.6 (2016-11-02)

* fix(examples): removed unused history dependency ([b1d795e](https://github.com/auru/redux-unity-router/commit/b1d795e))
* fix(react): do not pass redux-unity-router specific props from <Link> to <a> ([cbc8542](https://github.com/auru/redux-unity-router/commit/cbc8542)), closes [#15](https://github.com/auru/redux-unity-router/issues/15)
* fix(react): respect ctrl/cmd keys ([1dee34a](https://github.com/auru/redux-unity-router/commit/1dee34a)), closes [#13](https://github.com/auru/redux-unity-router/issues/13)
* chore(contributing): semantic versioning ([1271539](https://github.com/auru/redux-unity-router/commit/1271539))
* chore(npm): npm run test-watch -> npm run test:watch ([4732cfe](https://github.com/auru/redux-unity-router/commit/4732cfe))
* ci(umd): remove umd builds ([6e13fad](https://github.com/auru/redux-unity-router/commit/6e13fad))
* Update README.md ([b48681d](https://github.com/auru/redux-unity-router/commit/b48681d))



2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "redux-unity-router",
"version": "1.2.5",
"version": "1.2.6",
"description": "redux router that syncs history with store",
"main": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit 9f9b492

Please sign in to comment.