Skip to content

Commit

Permalink
chore(main): release 3.0.0 (#694)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Aug 21, 2023
1 parent 02626ce commit 4d83e17
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Changelog

## [3.0.0](https://github.com/kazukazu123123/pow/compare/v2.10.1...v3.0.0) (2023-08-21)


### ⚠ BREAKING CHANGES

* **commands:** `/readtoggle``/ttsmute` に置き換え ([#699](https://github.com/kazukazu123123/pow/issues/699))
* **commands:** `/user-settings` に移行しUXを向上 ([#692](https://github.com/kazukazu123123/pow/issues/692))

### Features

* **commands:** `/readtoggle``/ttsmute` に置き換え ([#699](https://github.com/kazukazu123123/pow/issues/699)) ([02626ce](https://github.com/kazukazu123123/pow/commit/02626ce1f6f7c4980860c8129aad1ed3ef3bab31))
* **commands:** `/user-settings` に移行しUXを向上 ([#692](https://github.com/kazukazu123123/pow/issues/692)) ([fcb440c](https://github.com/kazukazu123123/pow/commit/fcb440c9436807294a24ccc6fdf763a3d46d02d6))


### Bug Fixes

* **deps:** update dependency @discordjs/collection to v1.5.3 ([#695](https://github.com/kazukazu123123/pow/issues/695)) ([e40dd66](https://github.com/kazukazu123123/pow/commit/e40dd66fafe87bec6979ff5dd8ec8ab1b0618b26))
* **deps:** update dependency discord.js to v14.13.0 ([#696](https://github.com/kazukazu123123/pow/issues/696)) ([c3b1f9c](https://github.com/kazukazu123123/pow/commit/c3b1f9cb5196f65b74f95babc3477f3d6618e153))
* **deps:** update dependency ffmpeg-static to v5.2.0 ([#693](https://github.com/kazukazu123123/pow/issues/693)) ([e452a01](https://github.com/kazukazu123123/pow/commit/e452a01f03695e35dbd8d185d2a4bd6697f3ffdb))
* refactor ([#697](https://github.com/kazukazu123123/pow/issues/697)) ([47737de](https://github.com/kazukazu123123/pow/commit/47737de32a9ec21e56f505eb95493300ad8c3f6b))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pow",
"version": "2.10.1",
"version": "3.0.0",
"main": "dist/src/index.js",
"scripts": {
"start": "node .",
Expand Down

0 comments on commit 4d83e17

Please sign in to comment.