Skip to content

Commit f65ac14

Browse files
1.0.4
1 parent f652611 commit f65ac14

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
## 1.0.4 (2020-12-16)
2+
[Compare `@uirouter/react` versions 1.0.3 and 1.0.4](https://github.com/ui-router/react/compare/1.0.3...1.0.4)
3+
4+
5+
---
6+
7+
8+
### Updated `@uirouter/core` from 6.0.5 to 6.0.6
9+
10+
11+
Changelog for `@uirouter/core`:
12+
13+
14+
[Compare `@uirouter/core` versions 6.0.5 and 6.0.6](https://github.com/ui-router/core/compare/6.0.5...6.0.6)
15+
16+
### Bug Fixes
17+
18+
* **params:** Bi-directionally en/decode path and search params. ([#618](https://github.com/ui-router/core/issues/618)) ([89e99cd](https://github.com/ui-router/core/commit/89e99cd))
19+
20+
21+
122
## 1.0.3 (2020-04-29)
223
[Compare `@uirouter/react` versions 1.0.2 and 1.0.3](https://github.com/ui-router/react/compare/1.0.2...1.0.3)
324

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@uirouter/react",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"description": "State based routing for React",
55
"main": "lib/index.js",
66
"typings": "lib/index.d.ts",

0 commit comments

Comments
 (0)