From 7faae67191237ac4983663402682203c6664c314 Mon Sep 17 00:00:00 2001 From: Conventional Changelog Action Date: Wed, 6 May 2020 15:16:03 +0000 Subject: [PATCH] chore(release): 0.1.0 --- CHANGELOG.md | 17 +++++++++++++++++ package.json | 4 ++-- 2 files changed, 19 insertions(+), 2 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..b631232 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,17 @@ +# [0.1.0](https://github.com/aerogear/unifiedpush-cli/compare/0.0.1-alpha.3...0.1.0) (2020-05-06) + + +### Features + +* Added the application delete command ([12c0732](https://github.com/aerogear/unifiedpush-cli/commit/12c073234d140fb0cb2a5b81f8b2977799de705f)) + + + +## [0.0.1-alpha.1](https://github.com/aerogear/unifiedpush-cli/compare/0.0.1-alpha.0...0.0.1-alpha.1) (2020-04-03) + + + +## 0.0.1-alpha.0 (2020-04-03) + + + diff --git a/package.json b/package.json index ef89521..6f4b051 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@aerogear/unifiedpush-cli", - "version": "0.0.2", + "version": "0.1.0", "description": "UnifiedPush Server CLI client", "author": "AeroGear Team", "homepage": "http://aerogear.org", @@ -57,4 +57,4 @@ "bugs": { "url": "https://github.com/aerogear/unifiedpush-cli/issues" } -} +} \ No newline at end of file