Skip to content

Commit

Permalink
release(version): Release 0.28.0
Browse files Browse the repository at this point in the history
# [0.28.0](v0.27.0...v0.28.0) (2025-01-04)

### Bug Fixes

* make voice application commands global ([8a6e80c](8a6e80c))
* proper cronjob name for cleaning up old channels ([1474826](1474826))

### Features

* Add new permission type `inherit` to temporary voice channels ([687c6de](687c6de))
* listen to category's permissions change to rebuild permissions of its children with type `inherit` ([8417136](8417136))
  • Loading branch information
semantic-release-bot committed Jan 4, 2025
1 parent fe69387 commit 02f6125
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 02f6125

Please sign in to comment.