From f8bfa589ad329edb7072ac1e1f6ce30753ff8483 Mon Sep 17 00:00:00 2001 From: Chris Thielen Date: Sat, 14 Oct 2017 10:43:40 -0700 Subject: [PATCH] 5.0.11 --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 62de3d90..7b9790a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## 5.0.11 (2017-10-14) +[Compare `@uirouter/core` versions 5.0.10 and 5.0.11](https://github.com/ui-router/core/compare/5.0.10...5.0.11) + +### Bug Fixes + +* **ie9:** make console.bind work in ie9 ([#85](https://github.com/ui-router/core/issues/85)) ([318214b](https://github.com/ui-router/core/commit/318214b)) + + + ## 5.0.10 (2017-10-06) [Compare `@uirouter/core` versions 5.0.9 and 5.0.10](https://github.com/ui-router/core/compare/5.0.9...5.0.10) diff --git a/package.json b/package.json index 80a1b324..c39c2116 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.10", + "version": "5.0.11", "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",