Skip to content

Commit 41fc421

Browse files
1.1.1
1 parent 214717c commit 41fc421

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 1.1.1 (2019-10-08)
2+
3+
[Compare `@uirouter/dsr` versions 1.1.0 and 1.1.1](https://github.com/ui-router/dsr/compare/1.1.0...1.1.1)
4+
5+
### Bug Fixes
6+
7+
- **examples:** update angular-cli example to uirouter/angular 4.x ([2c0388c](https://github.com/ui-router/dsr/commit/2c0388c))
8+
- **package:** Change peerDependency on uirouter/core from '^5.0.1' to '>=5.0.1' ([d039187](https://github.com/ui-router/dsr/commit/d039187))
9+
- **travis:** use service: xvfb instead of launching it manually. install libgconf debian package ([fb48a4a](https://github.com/ui-router/dsr/commit/fb48a4a))
10+
111
# 1.1.0 (2019-01-16)
212

313
[Compare `@uirouter/dsr` versions 1.0.3 and 1.1.0](https://github.com/ui-router/dsr/compare/1.0.3...1.1.0)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@uirouter/dsr",
33
"description": "UI-Router Deep State Redirect: redirect to the most recently activated child state",
4-
"version": "1.1.0",
4+
"version": "1.1.1",
55
"scripts": {
66
"clean": "shx rm -rf lib lib-esm _bundles",
77
"build": "npm run compile && rollup -c && rollup -c --environment MINIFY",

0 commit comments

Comments
 (0)