Skip to content

Commit ba2d2f1

Browse files
committed
0.0.2
1 parent d2cd385 commit ba2d2f1

3 files changed

Lines changed: 13 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
## [0.0.2](https://github.com/fivethree-team/ngxs-ionic-router-plugin/compare/v0.0.1...v0.0.2) (2019-01-25)
2+
3+
4+
### Features
5+
6+
* **ionic:** update to ionic 4 ([d2cd385](https://github.com/fivethree-team/ngxs-ionic-router-plugin/commit/d2cd385))
7+
8+
9+

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ngxs-ionic-router-plugin",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"author": "Marc Stammerjohann",
55
"description": "NGXS Ionic Router Plugin",
66
"scripts": {
@@ -11,7 +11,8 @@
1111
"lint": "ng lint",
1212
"e2e": "ng e2e",
1313
"plugin:build": "ng build ngxs-ionic-router-plugin",
14-
"plugin:prod": "ng build ngxs-ionic-router-plugin --prod"
14+
"plugin:prod": "ng build ngxs-ionic-router-plugin --prod",
15+
"version": "conventional-changelog -p angular -i CHANGELOG.md -s"
1516
},
1617
"private": true,
1718
"dependencies": {

src/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fivethree/ngxs-ionic-router-plugin",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"description": "NGXS Ionic Router Plugin",
55
"keywords": [
66
"fivethree",

0 commit comments

Comments
 (0)