Skip to content

Commit 7233bd3

Browse files
1.0.3
1 parent 62f0cff commit 7233bd3

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
@@ -0,0 +1,10 @@
1+
## 1.0.3 (2018-03-31)
2+
[Compare `@uirouter/dsr` versions 1.0.2 and 1.0.3](https://github.com/ui-router/dsr/compare/1.0.2...1.0.3)
3+
4+
### Bug Fixes
5+
6+
* **typings:** Augment StateDeclaration using deep path ([#3](https://github.com/ui-router/dsr/issues/3)) ([e582bc3](https://github.com/ui-router/dsr/commit/e582bc3)), closes [#2](https://github.com/ui-router/dsr/issues/2)
7+
8+
9+
10+

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.0.2",
4+
"version": "1.0.3",
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)