From 3df2f65fa1f258a4f048476a6b74863379f7ab67 Mon Sep 17 00:00:00 2001 From: Conventional Changelog Action Date: Mon, 14 Dec 2020 14:26:00 +0000 Subject: [PATCH] chore(release): 4.4.3 --- CHANGELOG.md | 19 ++++++++++--------- package-lock.json | 4 ++-- package.json | 4 ++-- 3 files changed, 14 insertions(+), 13 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 245da5e..037582f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## [4.4.3](https://github.com/aerogear/unifiedpush-admin-client/compare/4.4.2...4.4.3) (2020-12-14) + + +### Bug Fixes + +* 🐛 return value of RenewVapidKeysCommand.exec was wrong ([83a8cb0](https://github.com/aerogear/unifiedpush-admin-client/commit/83a8cb002edb86836b8cf89aa48d7c117830f4da)) +* 🐛 the LoadMetricsCommand was returning strings ([608e399](https://github.com/aerogear/unifiedpush-admin-client/commit/608e399df30643763555e8604aa81f7776c5d068)) + + + ## [4.4.2](https://github.com/aerogear/unifiedpush-admin-client/compare/4.4.1...4.4.2) (2020-12-10) @@ -35,12 +45,3 @@ -## [4.2.3](https://github.com/aerogear/unifiedpush-admin-client/compare/4.2.2...4.2.3) (2020-08-21) - - -### Bug Fixes - -* 🐛 variant metadata was not correctly populated ([da4aeda](https://github.com/aerogear/unifiedpush-admin-client/commit/da4aeda1523ccc6e17badbcf780de845b2444fc0)) - - - diff --git a/package-lock.json b/package-lock.json index 6ac3ee6..669c677 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@aerogear/unifiedpush-admin-client", - "version": "4.4.2", + "version": "4.4.3", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -7816,4 +7816,4 @@ "dev": true } } -} +} \ No newline at end of file diff --git a/package.json b/package.json index 2dbe736..d3e40fa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@aerogear/unifiedpush-admin-client", - "version": "4.4.2", + "version": "4.4.3", "description": "Client library used to admin UPS with code", "keywords": [ "unifiedpush" @@ -57,4 +57,4 @@ "resolutions": { "jest-haste-map": "26.6.2" } -} +} \ No newline at end of file