From c1961befc7f2d51ecdbb6cd64015c6ea4eb39c65 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 28 Aug 2024 17:44:34 +0000 Subject: [PATCH] chore(main): release 1.1.0 --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fe032ce0..2623543b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [1.1.0](https://github.com/ubiquibot/command-start-stop/compare/v1.0.0...v1.1.0) (2024-08-28) + + +### Features + +* added worker deploy / delete capabilities ([ee5479d](https://github.com/ubiquibot/command-start-stop/commit/ee5479ddb4357b37a7aa1933ba08752ade4fdd06)) +* custom message for private issues without plan ([4342e5f](https://github.com/ubiquibot/command-start-stop/commit/4342e5f24abcfa10cb3e261c7db4130e54d20361)) + + +### Bug Fixes + +* hide deadline if no time label ([28ee060](https://github.com/ubiquibot/command-start-stop/commit/28ee0609d8d206799f39365e0b515137f73fa28f)) +* startRequiresWallet default true ([7ee8bc3](https://github.com/ubiquibot/command-start-stop/commit/7ee8bc362db89bdbbb11f94bdc7d4b40633575a8)) + ## 1.0.0 (2024-07-25)