From 6779c2a38efdf51caefa8c9074c652a050a8bc17 Mon Sep 17 00:00:00 2001 From: Conventional Changelog Action Date: Wed, 16 Dec 2020 16:56:54 +0000 Subject: [PATCH] chore(release): 1.0.0 --- CHANGELOG.md | 24 ++++++++++++++++++++---- package-lock.json | 4 ++-- package.json | 4 ++-- 3 files changed, 24 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b7e000..3062771 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,23 @@ +# [1.0.0](https://github.com/aerogear/unifiedpush-cli/compare/0.2.10...1.0.0) (2020-12-16) + + +### Bug Fixes + +* ๐Ÿ› added the url parameter to the header ([7a45406](https://github.com/aerogear/unifiedpush-cli/commit/7a454062534cf8c3bb27c48987a9ac22cc3b7946)) + + +### Features + +* ๐ŸŽธ added application import feature ([8e800e4](https://github.com/aerogear/unifiedpush-cli/commit/8e800e487fabc3b17cf98aaf2aab037bff475ca9)) +* ๐ŸŽธ replaced the `def` option with custom options ([f3ab010](https://github.com/aerogear/unifiedpush-cli/commit/f3ab0108fdcdef68f6e338d8a3ba2fc3c8e67b87)) + + +### BREAKING CHANGES + +* ๐Ÿงจ New command line syntax + + + ## [0.2.10](https://github.com/aerogear/unifiedpush-cli/compare/0.2.9...0.2.10) (2020-06-24) @@ -14,7 +34,3 @@ -## [0.2.6](https://github.com/aerogear/unifiedpush-cli/compare/0.2.5...0.2.6) (2020-06-24) - - - diff --git a/package-lock.json b/package-lock.json index 6e4ca3a..956b375 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@aerogear/unifiedpush-cli", - "version": "0.2.10", + "version": "1.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -6955,4 +6955,4 @@ "dev": true } } -} +} \ No newline at end of file diff --git a/package.json b/package.json index 1d033b1..65bf619 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@aerogear/unifiedpush-cli", - "version": "0.2.10", + "version": "1.0.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