Skip to content
This repository was archived by the owner on May 26, 2023. It is now read-only.

Commit d4acd84

Browse files
1.0.10
1 parent d8a9ed4 commit d4acd84

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 1.0.10 (2017-10-18)
2+
[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)
3+
4+
### Bug Fixes
5+
6+
* **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)
7+
18
## 1.0.9 (2017-10-17)
29
[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)
310

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@uirouter/angularjs",
33
"description": "State-based routing for AngularJS 1.x",
4-
"version": "1.0.9",
4+
"version": "1.0.10",
55
"scripts": {
66
"clean": "shx rm -rf lib lib-esm _doc build release *.log",
77
"compile": "tsc && tsc -m es6 --outDir lib-esm && npm run fixdts",
@@ -117,4 +117,4 @@
117117
"webpack": "3.6.0",
118118
"yargs": "^4.2.0"
119119
}
120-
}
120+
}

0 commit comments

Comments
 (0)