Skip to content

Commit

Permalink
1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherthielen committed Oct 8, 2019
1 parent 214717c commit 41fc421
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 1.1.1 (2019-10-08)

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

### Bug Fixes

- **examples:** update angular-cli example to uirouter/angular 4.x ([2c0388c](https:/ui-router/dsr/commit/2c0388c))
- **package:** Change peerDependency on uirouter/core from '^5.0.1' to '>=5.0.1' ([d039187](https:/ui-router/dsr/commit/d039187))
- **travis:** use service: xvfb instead of launching it manually. install libgconf debian package ([fb48a4a](https:/ui-router/dsr/commit/fb48a4a))

# 1.1.0 (2019-01-16)

[Compare `@uirouter/dsr` versions 1.0.3 and 1.1.0](https:/ui-router/dsr/compare/1.0.3...1.1.0)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@uirouter/dsr",
"description": "UI-Router Deep State Redirect: redirect to the most recently activated child state",
"version": "1.1.0",
"version": "1.1.1",
"scripts": {
"clean": "shx rm -rf lib lib-esm _bundles",
"build": "npm run compile && rollup -c && rollup -c --environment MINIFY",
Expand Down

0 comments on commit 41fc421

Please sign in to comment.