diff --git a/CHANGELOG.md b/CHANGELOG.md index 26a878a9..8d5986b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,24 @@ +## 1.0.4 (2020-12-16) +[Compare `@uirouter/react` versions 1.0.3 and 1.0.4](https://github.com/ui-router/react/compare/1.0.3...1.0.4) + + +--- + + +### Updated `@uirouter/core` from 6.0.5 to 6.0.6 + + +Changelog for `@uirouter/core`: + + +[Compare `@uirouter/core` versions 6.0.5 and 6.0.6](https://github.com/ui-router/core/compare/6.0.5...6.0.6) + +### Bug Fixes + +* **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)) + + + ## 1.0.3 (2020-04-29) [Compare `@uirouter/react` versions 1.0.2 and 1.0.3](https://github.com/ui-router/react/compare/1.0.2...1.0.3) diff --git a/package.json b/package.json index d9d7e5c6..6ba1b3d0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@uirouter/react", - "version": "1.0.3", + "version": "1.0.4", "description": "State based routing for React", "main": "lib/index.js", "typings": "lib/index.d.ts",