Skip to content

Commit dd2482d

Browse files
1.2.0
1 parent b2c2a2c commit dd2482d

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# 1.2.0 (2019-12-26)
2+
3+
[Compare `@uirouter/dsr` versions 1.1.1 and 1.2.0](https://github.com/ui-router/dsr/compare/1.1.1...1.2.0)
4+
5+
### Bug Fixes
6+
7+
- **params:** When performing DSR with param criteria, only consider the parameters listed in the dsr configuration block ([d073218](https://github.com/ui-router/dsr/commit/d073218))
8+
19
## 1.1.1 (2019-10-08)
210

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

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