Skip to content

Commit c33a4c4

Browse files
release: v0.5.0 (#406)
🤖 I have created a release *beep* *boop* --- ## [0.5.0](v0.4.1...v0.5.0) (2024-06-10) ### Features * assign process.title ([#403](#403)) ([3a4740d](3a4740d)) * Don't start speaking when humans are speaking ([#412](#412)) ([cd96f31](cd96f31)) ### Bug Fixes * delete Pipeline#playing when idle ([#407](#407)) ([6474ad4](6474ad4)) * fix timing to cache Pipeline ([#405](#405)) ([d78bd9c](d78bd9c)) * skip playing if there is no readable content ([#408](#408)) ([bbce63a](bbce63a)) ### Dependencies * update dependency discord.js to v14.15.3 ([#415](#415)) ([b00e51a](b00e51a)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 13e5c68 commit c33a4c4

File tree

4 files changed

+24
-4
lines changed

4 files changed

+24
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.4.1"
2+
".": "0.5.0"
33
}

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# Changelog
22

3+
## [0.5.0](https://github.com/discordjs-japan/om/compare/v0.4.1...v0.5.0) (2024-06-10)
4+
5+
6+
### Features
7+
8+
* assign process.title ([#403](https://github.com/discordjs-japan/om/issues/403)) ([3a4740d](https://github.com/discordjs-japan/om/commit/3a4740db0feea50e01e02de0c934f115d8cf77d8))
9+
* Don't start speaking when humans are speaking ([#412](https://github.com/discordjs-japan/om/issues/412)) ([cd96f31](https://github.com/discordjs-japan/om/commit/cd96f3190bd6fcc14bffbcbbf9e3cca50bfd7b87))
10+
11+
12+
### Bug Fixes
13+
14+
* delete Pipeline#playing when idle ([#407](https://github.com/discordjs-japan/om/issues/407)) ([6474ad4](https://github.com/discordjs-japan/om/commit/6474ad4106ebdec389b0471b8f320018c64c4a3c))
15+
* fix timing to cache Pipeline ([#405](https://github.com/discordjs-japan/om/issues/405)) ([d78bd9c](https://github.com/discordjs-japan/om/commit/d78bd9c0498ae453e980eef3e3332c580ca4b615))
16+
* skip playing if there is no readable content ([#408](https://github.com/discordjs-japan/om/issues/408)) ([bbce63a](https://github.com/discordjs-japan/om/commit/bbce63a551f575310e38624b7eb8a87bbf0e19fe))
17+
18+
19+
### Dependencies
20+
21+
* update dependency discord.js to v14.15.3 ([#415](https://github.com/discordjs-japan/om/issues/415)) ([b00e51a](https://github.com/discordjs-japan/om/commit/b00e51a216cb22f1ba9abdb409418a51fec18e86))
22+
323
## [0.4.1](https://github.com/discordjs-japan/om/compare/v0.4.0...v0.4.1) (2024-05-27)
424

525

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "om",
3-
"version": "0.4.1",
3+
"version": "0.5.0",
44
"description": "TTS Bot for Discord.js Japan User Group",
55
"type": "module",
66
"main": "dist/main.js",

0 commit comments

Comments
 (0)