From e283d1f82b49b3d8344a75d87579436e7a7e1b0b Mon Sep 17 00:00:00 2001 From: Chris Thielen Date: Sat, 12 Aug 2017 19:30:04 -0700 Subject: [PATCH] release 3.1.3 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 04098932..1bc7232e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ + +## 3.1.3 (2017-08-13) + +* fix(build): Depend on NPM packages instead of git tags ([b9261af](https://github.com/ui-router/angular-hybrid/commit/b9261af)) +* Create README.md ([d59d2f9](https://github.com/ui-router/angular-hybrid/commit/d59d2f9)) +* chore(): update changelog ([e4d29d4](https://github.com/ui-router/angular-hybrid/commit/e4d29d4)) +* chore(example): Added minimal example ([a8ee08f](https://github.com/ui-router/angular-hybrid/commit/a8ee08f)) + + + ## 3.1.2 (2017-06-12) diff --git a/package.json b/package.json index f298d419..b58eea54 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@uirouter/angular-hybrid", - "version": "3.1.2", + "version": "3.1.3", "scripts": { "example": "cd example && npm i && npm start", "clean": "shx rm -rf lib _bundles",