diff --git a/CHANGELOG.md b/CHANGELOG.md index 09aad4999..857eb9fe7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## 1.0.28 (2020-08-08) +[Compare `@uirouter/angularjs` versions 1.0.27 and 1.0.28](https://github.com/angular-ui/ui-router/compare/1.0.27...1.0.28) + +### Bug Fixes + +* should not transition states when alt-clicked ([8080adb](https://github.com/angular-ui/ui-router/commit/8080adb)) + ## 1.0.27 (2020-07-21) [Compare `@uirouter/angularjs` versions 1.0.26 and 1.0.27](https://github.com/angular-ui/ui-router/compare/1.0.26...1.0.27) diff --git a/package.json b/package.json index 5c3c65ec4..379cf0c34 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.27", + "version": "1.0.28", "scripts": { "clean": "shx rm -rf lib lib-esm _doc build release *.log", "compile": "tsc && tsc -m es6 --outDir lib-esm && npm run fixdts", @@ -132,7 +132,8 @@ "Components": [ "uiView", "UISref", - "UISrefActive","uiStateDirective" + "UISrefActive", + "uiStateDirective" ], "Other": [ "Transition",