Skip to content

Commit

Permalink
chore(*): update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherthielen committed Apr 22, 2017
1 parent 4e20542 commit f8c011d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
<a name="0.3.1"></a>
## 0.3.1 (2017-04-22)

* chore(*): Fix botched npm release

<a name="0.3.0"></a>
## 0.2.1 (2017-04-22)
## 0.3.0 (2017-04-22)

* chore(*): Rename npm package from `ui-router-rx` to `@uirouter/rx`
* chore(*): Switch dependency from `ui-router-core` to `@uirouter/core`
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Reactive extensions for UI-Router",
"scripts": {
"clean": "shx rm -rf lib lib-esm",
"build": "tsc && tsc -outDir lib-esm -m es6",
"build": "npm run clean && tsc && tsc -outDir lib-esm -m es6",
"install": "node ./migrate/migratewarn.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
Expand Down

0 comments on commit f8c011d

Please sign in to comment.