Skip to content

Commit eabd49c

Browse files
5.0.17
1 parent 0a1f518 commit eabd49c

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.17 (2018-02-12)
2+
[Compare `@uirouter/core` versions 5.0.16 and 5.0.17](https://github.com/ui-router/core/compare/5.0.16...5.0.17)
3+
4+
### Bug Fixes
5+
6+
* **core:** Fix leak of old transitions by mutating pathnode*.resolvables*.data ([0a1f518](https://github.com/ui-router/core/commit/0a1f518))
7+
8+
9+
10+
111
## 5.0.16 (2018-01-30)
212
[Compare `@uirouter/core` versions 5.0.15 and 5.0.16](https://github.com/ui-router/core/compare/5.0.15...5.0.16)
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.16",
4+
"version": "5.0.17",
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)