From 943d78276e9bbb63ccc2c34fb01590733a823f8e Mon Sep 17 00:00:00 2001 From: Chris Thielen Date: Mon, 2 Oct 2017 11:08:11 -0700 Subject: [PATCH] 5.0.9 --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d95cb599..58a24c45 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## 5.0.9 (2017-10-02) +[Compare `@uirouter/core` versions 5.0.8 and 5.0.9](https://github.com/ui-router/core/compare/5.0.8...5.0.9) + +### Bug Fixes + +* **redirectTo:** Allow void in RedirectToResult + +### Features + +* **TransitionHook:** Add hook registration option `invokeLimit` to limit the number of times a hook is invoked before being auto-deregistered. ([2cb17ef](https://github.com/ui-router/core/commit/2cb17ef)) + + ## 5.0.8 (2017-09-30) [Compare `@uirouter/core` versions 5.0.7 and 5.0.8](https://github.com/ui-router/core/compare/5.0.7...5.0.8) diff --git a/package.json b/package.json index 32161b7e..19689bd8 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@uirouter/core", "description": "UI-Router Core: Framework agnostic, State-based routing for JavaScript Single Page Apps", - "version": "5.0.8", + "version": "5.0.9", "scripts": { "clean": "shx rm -rf lib lib-esm _bundles", "build": "npm run clean && tsc && tsc -m es6 --outDir lib-esm && npm run fixdts && npm run bundle && npm run fixmaps",