Skip to content

Commit

Permalink
0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherthielen committed Jan 31, 2018
1 parent f3b97bc commit e006cb4
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## 0.6.1 (2018-01-31)
[Compare `@uirouter/react` versions 0.6.0 and 0.6.1](https://github.com/ui-router/react/compare/0.6.0...0.6.1)


### Updated `@uirouter/core` from 5.0.15 to 5.0.16
[Compare `@uirouter/core` versions 5.0.15 and 5.0.16](https://github.com/ui-router/core/compare/5.0.15...5.0.16)

### Bug Fixes

* **common:** Fix signature of for objects (make target optional) ([61d0afc](https://github.com/ui-router/core/commit/61d0afc))

# 0.6.0 (2018-01-30)
[Compare `@uirouter/react` versions 0.5.5 and 0.6.0](https://github.com/ui-router/react/compare/0.5.5...0.6.0)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@uirouter/react",
"version": "0.6.0",
"version": "0.6.1",
"description": "State based routing for React",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
Expand Down

0 comments on commit e006cb4

Please sign in to comment.