From 02f61253034b346f3116abaaf89e7bbb2aab25f0 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 4 Jan 2025 04:47:13 +0000 Subject: [PATCH] release(version): Release 0.28.0 # [0.28.0](https://github.com/Dwakof/ebot/compare/v0.27.0...v0.28.0) (2025-01-04) ### Bug Fixes * make voice application commands global ([8a6e80c](https://github.com/Dwakof/ebot/commit/8a6e80c5e53e7242e674c70289c109b198ecf40f)) * proper cronjob name for cleaning up old channels ([1474826](https://github.com/Dwakof/ebot/commit/147482685bc5b2c1d54e389ba56ad7c97397d767)) ### Features * Add new permission type `inherit` to temporary voice channels ([687c6de](https://github.com/Dwakof/ebot/commit/687c6de9317120f2c66c00c78c32c83315f86d4f)) * listen to category's permissions change to rebuild permissions of its children with type `inherit` ([8417136](https://github.com/Dwakof/ebot/commit/84171362d9323912559c79b04ac604262eda6063)) --- CHANGELOG.md | 14 ++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 17 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 50ccf62..8854d6b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +# [0.28.0](https://github.com/Dwakof/ebot/compare/v0.27.0...v0.28.0) (2025-01-04) + + +### Bug Fixes + +* make voice application commands global ([8a6e80c](https://github.com/Dwakof/ebot/commit/8a6e80c5e53e7242e674c70289c109b198ecf40f)) +* proper cronjob name for cleaning up old channels ([1474826](https://github.com/Dwakof/ebot/commit/147482685bc5b2c1d54e389ba56ad7c97397d767)) + + +### Features + +* Add new permission type `inherit` to temporary voice channels ([687c6de](https://github.com/Dwakof/ebot/commit/687c6de9317120f2c66c00c78c32c83315f86d4f)) +* listen to category's permissions change to rebuild permissions of its children with type `inherit` ([8417136](https://github.com/Dwakof/ebot/commit/84171362d9323912559c79b04ac604262eda6063)) + # [0.27.0](https://github.com/Dwakof/ebot/compare/v0.26.0...v0.27.0) (2024-01-02) diff --git a/package-lock.json b/package-lock.json index 995eb09..01cc4a5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ebot", - "version": "0.27.0", + "version": "0.28.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "ebot", - "version": "0.27.0", + "version": "0.28.0", "license": "AGPL-3.0", "dependencies": { "@aws-sdk/client-s3": "3.484.0", diff --git a/package.json b/package.json index 04395ab..f634110 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ebot", - "version": "0.27.0", + "version": "0.28.0", "description": "Ebot aka Ecto Botanical Otherworldly Traitorbot", "homepage": "https://github.com/Dwakof/ebot#readme", "bugs": {