diff --git a/CHANGELOG.md b/CHANGELOG.md index 2777cbe3e..b529fd0a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## 1.0.10 (2017-10-18) +[Compare `@uirouter/angularjs` versions 1.0.9 and 1.0.10](https://github.com/angular-ui/ui-router/compare/1.0.9...1.0.10) + +### Bug Fixes + +* **artifactory:** Add trailing newline to package.json to work around artifactory issue ([#3551](https://github.com/angular-ui/ui-router/issues/3551)) ([d09a345](https://github.com/angular-ui/ui-router/commit/d09a345)), closes [#3550](https://github.com/angular-ui/ui-router/issues/3550) + ## 1.0.9 (2017-10-17) [Compare `@uirouter/angularjs` versions 1.0.8 and 1.0.9](https://github.com/angular-ui/ui-router/compare/1.0.8...1.0.9) diff --git a/package.json b/package.json index 1c370d6a9..d092b7a3f 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.9", + "version": "1.0.10", "scripts": { "clean": "shx rm -rf lib lib-esm _doc build release *.log", "compile": "tsc && tsc -m es6 --outDir lib-esm && npm run fixdts", @@ -117,4 +117,4 @@ "webpack": "3.6.0", "yargs": "^4.2.0" } -} +} \ No newline at end of file