Skip to content

Commit

Permalink
chore(release): 2.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ScriptedAlchemy committed Oct 12, 2018
1 parent b76115f commit 84c992c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

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="2.0.4"></a>
## [2.0.4](https://github.com/faceyspacey/redux-first-router/compare/v2.0.2...v2.0.4) (2018-10-12)



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

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "redux-first-router",
"version": "2.0.3",
"version": "2.0.4",
"description": "think of your app in states not routes (and, yes, while keeping the address bar in sync)",
"main": "dist/index.js",
"engines": {
Expand All @@ -19,7 +19,7 @@
"format": "prettier --single-quote --parser=flow --semi=false --write '{src,__tests__,__test-helpers__}/**/*.js' && npm run lint",
"cm": "git-cz",
"semantic-release": "semantic-release pre && npm publish && semantic-release post",
"standard-version": "npx run standard-version",
"standard-version": "node_modules/.bin/standard-version",
"local-semantic-release": "git checkout master; git pull origin master && npm run standard-version && git push --follow-tags origin master && npm publish",
"prepublish": "npm run clean && npm run build && npm run flow-copy && npm run build:umd && npm run build:umd:min"
},
Expand Down

0 comments on commit 84c992c

Please sign in to comment.