Skip to content

Commit

Permalink
0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
marcjulian committed Jan 25, 2019
1 parent d2cd385 commit ba2d2f1
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
## [0.0.2](https://github.com/fivethree-team/ngxs-ionic-router-plugin/compare/v0.0.1...v0.0.2) (2019-01-25)


### Features

* **ionic:** update to ionic 4 ([d2cd385](https://github.com/fivethree-team/ngxs-ionic-router-plugin/commit/d2cd385))



5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngxs-ionic-router-plugin",
"version": "0.0.1",
"version": "0.0.2",
"author": "Marc Stammerjohann",
"description": "NGXS Ionic Router Plugin",
"scripts": {
Expand All @@ -11,7 +11,8 @@
"lint": "ng lint",
"e2e": "ng e2e",
"plugin:build": "ng build ngxs-ionic-router-plugin",
"plugin:prod": "ng build ngxs-ionic-router-plugin --prod"
"plugin:prod": "ng build ngxs-ionic-router-plugin --prod",
"version": "conventional-changelog -p angular -i CHANGELOG.md -s"
},
"private": true,
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion src/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fivethree/ngxs-ionic-router-plugin",
"version": "0.0.1",
"version": "0.0.2",
"description": "NGXS Ionic Router Plugin",
"keywords": [
"fivethree",
Expand Down

0 comments on commit ba2d2f1

Please sign in to comment.