diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e23781a..833b8a86 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,22 @@ +## 1.0.1 (2020-02-24) +[Compare `@uirouter/react-hybrid` versions 1.0.0 and 1.0.1](https://github.com/ui-router/react-hybrid/compare/1.0.0...1.0.1) + + +--- + + +### Updated `@uirouter/react` from 1.0.1 to 1.0.2 + + +Changelog for `@uirouter/react`: + + +[Compare `@uirouter/react` versions 1.0.1 and 1.0.2](https://github.com/ui-router/react/compare/1.0.1...1.0.2) + +### Bug Fixes + +* Only run initialization effect on first render ([7788a98](https://github.com/ui-router/react/commit/7788a98)) + # 1.0.0 (2020-02-04) [Compare `@uirouter/react-hybrid` versions 0.3.12 and 1.0.0](https://github.com/ui-router/react-hybrid/compare/0.3.12...1.0.0) diff --git a/package.json b/package.json index ea4a659a..249dd0d5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@uirouter/react-hybrid", - "version": "1.0.0", + "version": "1.0.1", "scripts": { "clean": "shx rm -rf lib lib-esm _bundles", "compile": "npm run clean && tsc && tsc --module es6 --outDir lib-esm",