Skip to content

Commit

Permalink
1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherthielen committed Mar 31, 2018
1 parent 62f0cff commit 7233bd3
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
@@ -0,0 +1,10 @@
## 1.0.3 (2018-03-31)
[Compare `@uirouter/dsr` versions 1.0.2 and 1.0.3](https:/ui-router/dsr/compare/1.0.2...1.0.3)

### Bug Fixes

* **typings:** Augment StateDeclaration using deep path ([#3](https:/ui-router/dsr/issues/3)) ([e582bc3](https:/ui-router/dsr/commit/e582bc3)), closes [#2](https:/ui-router/dsr/issues/2)




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.0.2",
"version": "1.0.3",
"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 7233bd3

Please sign in to comment.