From e5dcefacbaa8d188f456c8aee0a34287e66a3e17 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 17 Jun 2022 13:29:32 +0000 Subject: [PATCH] chore(release): 1.0.0 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [1.0.0](https://github.com/DanySK/publish-on-central/compare/0.8.3...1.0.0) (2022-06-17) ### ⚠ BREAKING CHANGES * rework the Nexus interaction, now multiple publications can be uploaded to the same staging repository before closing and releasing ### Features * rework the Nexus interaction, now multiple publications can be uploaded to the same staging repository before closing and releasing ([fe725b7](https://github.com/DanySK/publish-on-central/commit/fe725b74f3dc499db417945efc5b266eda21284a)) ### Dependency updates * **deps:** update plugin publishoncentral to v0.8.3 ([b0c6117](https://github.com/DanySK/publish-on-central/commit/b0c6117b9f01c50e729f3d72250e49a1efa5d7e9)) ### Tests * add a test for kotlin multiplatform ([b7c2f2e](https://github.com/DanySK/publish-on-central/commit/b7c2f2ed176c38c0b121c2fa36f8e39e78d87aa9)) --- CHANGELOG.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c627c19..76500b41 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,24 @@ +## [1.0.0](https://github.com/DanySK/publish-on-central/compare/0.8.3...1.0.0) (2022-06-17) + + +### ⚠ BREAKING CHANGES + +* rework the Nexus interaction, now multiple publications can be uploaded to the same staging repository before closing and releasing + +### Features + +* rework the Nexus interaction, now multiple publications can be uploaded to the same staging repository before closing and releasing ([fe725b7](https://github.com/DanySK/publish-on-central/commit/fe725b74f3dc499db417945efc5b266eda21284a)) + + +### Dependency updates + +* **deps:** update plugin publishoncentral to v0.8.3 ([b0c6117](https://github.com/DanySK/publish-on-central/commit/b0c6117b9f01c50e729f3d72250e49a1efa5d7e9)) + + +### Tests + +* add a test for kotlin multiplatform ([b7c2f2e](https://github.com/DanySK/publish-on-central/commit/b7c2f2ed176c38c0b121c2fa36f8e39e78d87aa9)) + ## [0.8.3](https://github.com/DanySK/publish-on-central/compare/0.8.2...0.8.3) (2022-06-11)