From f69e01b3ee30a05dd4f8702d837cce06c0d74960 Mon Sep 17 00:00:00 2001 From: Chris Thielen Date: Sun, 5 Mar 2017 10:49:02 -0700 Subject: [PATCH] Release 1.2.0 compatible with ui-router-core 3.x and 4.x --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8536ea02..c50a7a14 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "ui-router-sticky-states", "description": "UI-Router Sticky States: Keep states and their components alive while a different state is activated", - "version": "1.1.0", + "version": "1.2.0", "scripts": { "clean": "shx rm -rf lib lib-esm", "build": "npm run clean && tsc && tsc -m es6 -outDir lib-esm",