Skip to content

Commit b3157ad

Browse files
1.0.18
1 parent 9b420fa commit b3157ad

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 1.0.18 (2018-05-19)
2+
[Compare `@uirouter/angularjs` versions 1.0.17 and 1.0.18](https://github.com/angular-ui/ui-router/compare/1.0.17...1.0.18)
3+
4+
### Bug Fixes
5+
6+
* **bundles:** Do not run prettier against release/* bundles when publishing to bower ([9b420fa](https://github.com/angular-ui/ui-router/commit/9b420fa))
7+
18
## 1.0.17 (2018-05-13)
29
[Compare `@uirouter/angularjs` versions 1.0.16 and 1.0.17](https://github.com/angular-ui/ui-router/compare/1.0.16...1.0.17)
310

package.json

+1-1
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.17",
4+
"version": "1.0.18",
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",

0 commit comments

Comments
 (0)