diff --git a/CHANGELOG.md b/CHANGELOG.md index 96a0318a2..59d715760 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,27 @@ +## 1.0.26 (2020-04-29) +[Compare `@uirouter/angularjs` versions 1.0.25 and 1.0.26](https://github.com/angular-ui/ui-router/compare/1.0.25...1.0.26) + + +--- + + +### Updated `@uirouter/core` from 6.0.4 to 6.0.5 + + +Changelog for `@uirouter/core`: + + +[Compare `@uirouter/core` versions 6.0.4 and 6.0.5](https://github.com/ui-router/core/compare/6.0.4...6.0.5) + +### Bug Fixes + +* **TargetState:** make isDef check more thorough ([e657cfe](https://github.com/ui-router/core/commit/e657cfe)) + + +### Features + +* **urlRuleFactory:** Add support for StateDeclarations in UrlRuleFactory.fromState() ([539d33a](https://github.com/ui-router/core/commit/539d33a)) + ## 1.0.25 (2020-02-04) [Compare `@uirouter/angularjs` versions 1.0.24 and 1.0.25](https://github.com/angular-ui/ui-router/compare/1.0.24...1.0.25) diff --git a/package.json b/package.json index 7197694d2..4a889e84c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@uirouter/angularjs", "description": "State-based routing for AngularJS 1.x", - "version": "1.0.25", + "version": "1.0.26", "scripts": { "clean": "shx rm -rf lib lib-esm _doc build release *.log", "compile": "tsc && tsc -m es6 --outDir lib-esm && npm run fixdts",