diff --git a/CHANGELOG.md b/CHANGELOG.md index a1e81e53..3a5f3b4e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## 5.0.14 (2018-01-10) +[Compare `@uirouter/core` versions 5.0.13 and 5.0.14](https://github.com/ui-router/core/compare/5.0.13...5.0.14) + +### Bug Fixes + +* **trace:** Fix null reference in uiview name sort function ([59cb067](https://github.com/ui-router/core/commit/59cb067)) +* **treeChanges:** apply toParams to 'retained' path ([#72](https://github.com/ui-router/core/issues/72)) ([cf63d11](https://github.com/ui-router/core/commit/cf63d11)) + + + + ## 5.0.13 (2017-12-22) [Compare `@uirouter/core` versions 5.0.12 and 5.0.13](https://github.com/ui-router/core/compare/5.0.12...5.0.13) diff --git a/package.json b/package.json index 65eb8d68..d73c89c0 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@uirouter/core", "description": "UI-Router Core: Framework agnostic, State-based routing for JavaScript Single Page Apps", - "version": "5.0.13", + "version": "5.0.14", "scripts": { "clean": "shx rm -rf lib lib-esm _bundles", "compile": "npm run clean && tsc && tsc -m es6 --outDir lib-esm",