Skip to content

Commit dee972a

Browse files
1.0.2
1 parent 7788a98 commit dee972a

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 1.0.2 (2020-02-24)
2+
[Compare `@uirouter/react` versions 1.0.1 and 1.0.2](https://github.com/ui-router/react/compare/1.0.1...1.0.2)
3+
4+
### Bug Fixes
5+
6+
* Only run initialization effect on first render ([7788a98](https://github.com/ui-router/react/commit/7788a98))
7+
18
## 1.0.1 (2020-02-04)
29
[Compare `@uirouter/react` versions 1.0.0 and 1.0.1](https://github.com/ui-router/react/compare/1.0.0...1.0.1)
310

package.json

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

0 commit comments

Comments
 (0)