Skip to content

Commit

Permalink
chore(release): 2.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ScriptedAlchemy committed Oct 14, 2018
1 parent 162fc67 commit 3a1379f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

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.

## [2.0.6](https://github.com/faceyspacey/redux-first-router/compare/v2.0.5...v2.0.6) (2018-10-14)


### Bug Fixes

* node 6 support, remove usage of Object.entries ([#304](https://github.com/faceyspacey/redux-first-router/issues/304)) ([162fc67](https://github.com/faceyspacey/redux-first-router/commit/162fc67))



<a name="2.0.5"></a>
## [2.0.5](https://github.com/faceyspacey/redux-first-router/compare/v2.0.4...v2.0.5) (2018-10-12)

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-first-router",
"version": "2.0.5",
"version": "2.0.6",
"description": "think of your app in states not routes (and, yes, while keeping the address bar in sync)",
"main": "dist/index.js",
"engines": {
Expand Down

0 comments on commit 3a1379f

Please sign in to comment.