diff --git a/CHANGELOG.md b/CHANGELOG.md index 66fb2387c..44e1f0220 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +## 1.0.30 (2021-12-01) +[Compare `@uirouter/angularjs` versions 1.0.29 and 1.0.30](https://github.com/angular-ui/ui-router/compare/1.0.29...1.0.30) + + +--- + + +### Updated `@uirouter/core` from 6.0.7 to 6.0.8 + + +Changelog for `@uirouter/core`: + + +[Compare `@uirouter/core` versions 6.0.7 and 6.0.8](https://github.com/ui-router/core/compare/6.0.7...6.0.8) + ## 1.0.29 (2020-12-21) [Compare `@uirouter/angularjs` versions 1.0.28 and 1.0.29](https://github.com/angular-ui/ui-router/compare/1.0.28...1.0.29) diff --git a/package.json b/package.json index 204a5c313..92582c75a 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.29", + "version": "1.0.30", "scripts": { "clean": "shx rm -rf lib lib-esm _doc build release *.log", "compile": "tsc && tsc -m es6 --outDir lib-esm && npm run fixdts",