Skip to content

Commit

Permalink
Prep for 5.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherthielen committed May 7, 2017
1 parent f2da7f4 commit eee888d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
### @uirouter/core changes
## [5.0.3](https://github.com/ui-router/core/compare/5.0.2...5.0.3) (2017-05-07)


### Bug Fixes

* **common:** Re-fix implementation of 'pick' using for .. in ([f2da7f4](https://github.com/ui-router/core/commit/f2da7f4))



### @uirouter/core changes
## [5.0.2](https://github.com/ui-router/core/compare/5.0.1...5.0.2) (2017-05-06)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@uirouter/core",
"description": "UI-Router Core: Framework agnostic, State-based routing for JavaScript Single Page Apps",
"version": "5.0.2",
"version": "5.0.3",
"scripts": {
"clean": "shx rm -rf lib lib-esm _bundles",
"build": "npm run clean && tsc && tsc -m es6 --outDir lib-esm && npm run fixdts && npm run bundle",
Expand Down

0 comments on commit eee888d

Please sign in to comment.