Skip to content

Commit 1c00ffd

Browse files
1.0.9
1 parent ecd6d53 commit 1c00ffd

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## 1.0.9 (2017-10-17)
2+
[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)
3+
4+
5+
### Updated `@uirouter/core` from 5.0.10 to 5.0.11
6+
[Compare `@uirouter/core` versions 5.0.10 and 5.0.11](https://github.com/ui-router/core/compare/5.0.10...5.0.11)
7+
8+
### Bug Fixes
9+
10+
* **ie9:** make console.bind work in ie9 ([#85](https://github.com/ui-router/core/issues/85)) ([318214b](https://github.com/ui-router/core/commit/318214b))
11+
112
## 1.0.8 (2017-10-07)
213
[Compare `@uirouter/angularjs` versions 1.0.7 and 1.0.8](https://github.com/angular-ui/ui-router/compare/1.0.7...1.0.8)
314

package.json

+2-2
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.8",
4+
"version": "1.0.9",
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",
@@ -116,4 +116,4 @@
116116
"webpack": "3.6.0",
117117
"yargs": "^4.2.0"
118118
}
119-
}
119+
}

0 commit comments

Comments
 (0)