Skip to content

Commit

Permalink
release: v0.5.0 (#406)
Browse files Browse the repository at this point in the history
🤖 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>
  • Loading branch information
github-actions[bot] authored Jun 10, 2024
1 parent 13e5c68 commit c33a4c4
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.4.1"
".": "0.5.0"
}
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Changelog

## [0.5.0](https://github.com/discordjs-japan/om/compare/v0.4.1...v0.5.0) (2024-06-10)


### Features

* assign process.title ([#403](https://github.com/discordjs-japan/om/issues/403)) ([3a4740d](https://github.com/discordjs-japan/om/commit/3a4740db0feea50e01e02de0c934f115d8cf77d8))
* 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))


### Bug Fixes

* delete Pipeline#playing when idle ([#407](https://github.com/discordjs-japan/om/issues/407)) ([6474ad4](https://github.com/discordjs-japan/om/commit/6474ad4106ebdec389b0471b8f320018c64c4a3c))
* fix timing to cache Pipeline ([#405](https://github.com/discordjs-japan/om/issues/405)) ([d78bd9c](https://github.com/discordjs-japan/om/commit/d78bd9c0498ae453e980eef3e3332c580ca4b615))
* 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))


### Dependencies

* 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))

## [0.4.1](https://github.com/discordjs-japan/om/compare/v0.4.0...v0.4.1) (2024-05-27)


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": "om",
"version": "0.4.1",
"version": "0.5.0",
"description": "TTS Bot for Discord.js Japan User Group",
"type": "module",
"main": "dist/main.js",
Expand Down

0 comments on commit c33a4c4

Please sign in to comment.