From 994e225ac219e1c1a4995fffcae825fde6ece9f8 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 9 Oct 2019 04:21:56 +0000 Subject: [PATCH] chore(release): 1.1.0 [skip ci] # [1.1.0](https://github.com/drew-thompson/contacts/compare/v1.0.0...v1.1.0) (2019-10-09) ### Features * **contacts:** prevent unsaved navigation and mock contact update ([3059c7e](https://github.com/drew-thompson/contacts/commit/3059c7e)) --- CHANGELOG.md | 7 +++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 25dbaba..e0c9087 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.1.0](https://github.com/drew-thompson/contacts/compare/v1.0.0...v1.1.0) (2019-10-09) + + +### Features + +* **contacts:** prevent unsaved navigation and mock contact update ([3059c7e](https://github.com/drew-thompson/contacts/commit/3059c7e)) + # 1.0.0 (2019-10-07) diff --git a/package-lock.json b/package-lock.json index 5b6d4d6..581cc57 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "contacts", - "version": "1.0.0", + "version": "1.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 7bc1442..efe00c6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "contacts", - "version": "1.0.0", + "version": "1.1.0", "license": "MIT", "scripts": { "ng": "ng",