Skip to content

Commit

Permalink
1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherthielen committed Feb 24, 2020
1 parent 7788a98 commit dee972a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,10 @@
## 1.0.2 (2020-02-24)
[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.1 (2020-02-04)
[Compare `@uirouter/react` versions 1.0.0 and 1.0.1](https://github.com/ui-router/react/compare/1.0.0...1.0.1)

Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "@uirouter/react",
"version": "1.0.1",
"version": "1.0.2",
"description": "State based routing for React",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
Expand Down

0 comments on commit dee972a

Please sign in to comment.