From 9e9d0b527aa36e7b1e8a8a0c4ec0a3795b40c2da Mon Sep 17 00:00:00 2001 From: Conventional Changelog Action Date: Mon, 5 Oct 2020 13:27:59 +0000 Subject: [PATCH] chore(release): 3.1.0 --- CHANGELOG.md | 19 +++++++++++++++---- package.json | 4 ++-- 2 files changed, 17 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ebceb67e..b3b66300 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +# [3.1.0](https://github.com/aerogear/unifiedpush-admin-ui/compare/3.0.2...3.1.0) (2020-10-05) + + +### Bug Fixes + +* 🐛 updated json-data-validator and unifiedpush-admin-client ([c717247](https://github.com/aerogear/unifiedpush-admin-ui/commit/c7172474c6b6045550db404a7296e6f6f0b9794b)) + + +### Features + +* **webpush:** added ability to refresh vapid keys ([e830b78](https://github.com/aerogear/unifiedpush-admin-ui/commit/e830b7861807a846538584cc9e79442a292bf036)) +* 🎸 changed to functional and added depend on feature ([536493d](https://github.com/aerogear/unifiedpush-admin-ui/commit/536493d1670bf9e2cd3531fd761dc2f1e42e69a2)) + + + ## [3.0.2](https://github.com/aerogear/unifiedpush-admin-ui/compare/3.0.1...3.0.2) (2020-10-01) @@ -73,7 +88,3 @@ -# 2.2.0 (2019-09-30) - - - diff --git a/package.json b/package.json index 0e74682d..9d08eed4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "unifiedpush-admin-ui", - "version": "3.0.2", + "version": "3.1.0", "private": true, "dependencies": { "@aerogear/unifiedpush-admin-client": "4.4.0", @@ -66,4 +66,4 @@ "react-scripts": "3.4.3", "typescript": "3.7.5" } -} +} \ No newline at end of file