Skip to content

Commit df0c3e3

Browse files
5.0.16
1 parent 61d0afc commit df0c3e3

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 5.0.16 (2018-01-30)
2+
[Compare `@uirouter/core` versions 5.0.15 and 5.0.16](https://github.com/ui-router/core/compare/5.0.15...5.0.16)
3+
4+
### Bug Fixes
5+
6+
* **common:** Fix signature of for objects (make target optional) ([61d0afc](https://github.com/ui-router/core/commit/61d0afc))
7+
8+
9+
10+
111
## 5.0.15 (2018-01-28)
212
[Compare `@uirouter/core` versions 5.0.14 and 5.0.15](https://github.com/ui-router/core/compare/5.0.14...5.0.15)
313

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@uirouter/core",
33
"description": "UI-Router Core: Framework agnostic, State-based routing for JavaScript Single Page Apps",
4-
"version": "5.0.15",
4+
"version": "5.0.16",
55
"scripts": {
66
"clean": "shx rm -rf lib lib-esm _bundles",
77
"compile": "npm run clean && tsc && tsc -m es6 --outDir lib-esm",

0 commit comments

Comments
 (0)