From 444bd24a67352437f2f661e73a1f68dba607af67 Mon Sep 17 00:00:00 2001 From: Conventional Changelog Action Date: Fri, 17 Jul 2020 13:14:59 +0000 Subject: [PATCH] chore(release): 4.0.2 --- CHANGELOG.md | 13 +++++++++---- package.json | 4 ++-- 2 files changed, 11 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 21ac76c..5158ea9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [4.0.2](https://github.com/aerogear/unifiedpush-admin-client/compare/4.0.1...4.0.2) (2020-07-17) + + +### Bug Fixes + +* **variants:** command handlers were not correctly managing execution errors ([d12514a](https://github.com/aerogear/unifiedpush-admin-client/commit/d12514af43db5f8e2d031d4e143a6262e32645c3)) + + + ## [4.0.1](https://github.com/aerogear/unifiedpush-admin-client/compare/4.0.0...4.0.1) (2020-07-10) @@ -29,7 +38,3 @@ -## [3.2.6](https://github.com/aerogear/unifiedpush-admin-client/compare/3.2.5...3.2.6) (2020-06-24) - - - diff --git a/package.json b/package.json index 363287f..3cd22e4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@aerogear/unifiedpush-admin-client", - "version": "4.0.1", + "version": "4.0.2", "description": "Client library used to admin UPS with code", "keywords": [ "unifiedpush" @@ -54,4 +54,4 @@ "path": "./node_modules/cz-conventional-changelog" } } -} +} \ No newline at end of file