Skip to content

Commit 77b54b6

Browse files
release: v0.5.2 (#713)
🤖 I have created a release *beep* *boop* --- ## [0.5.2](v0.5.1...v0.5.2) (2025-02-09) ### Bug Fixes * [#708](#708) ([f40ceb0](f40ceb0)) * update discord url validation to include ptb.discord.com ([#709](#709)) ([f40ceb0](f40ceb0)), closes [#708](#708) * update regex to allow spaces in slash command name ([#716](#716)) ([060134d](060134d)), closes [#567](#567) ### Dependencies * lock file maintenance ([#755](#755)) ([1bb8d7c](1bb8d7c)) * update dependency discord.js to v14.17.2 ([#720](#720)) ([024d392](024d392)) * update dependency discord.js to v14.17.3 ([#726](#726)) ([9a8bd3a](9a8bd3a)) --- 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 1bb8d7c commit 77b54b6

File tree

5 files changed

+21
-5
lines changed

5 files changed

+21
-5
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.5.1"
2+
".": "0.5.2"
33
}

CHANGELOG.md

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

3+
## [0.5.2](https://github.com/discordjs-japan/om/compare/v0.5.1...v0.5.2) (2025-02-09)
4+
5+
6+
### Bug Fixes
7+
8+
* [#708](https://github.com/discordjs-japan/om/issues/708) ([f40ceb0](https://github.com/discordjs-japan/om/commit/f40ceb07dec359c71fb64a835c0e18b6fc26162f))
9+
* update discord url validation to include ptb.discord.com ([#709](https://github.com/discordjs-japan/om/issues/709)) ([f40ceb0](https://github.com/discordjs-japan/om/commit/f40ceb07dec359c71fb64a835c0e18b6fc26162f)), closes [#708](https://github.com/discordjs-japan/om/issues/708)
10+
* update regex to allow spaces in slash command name ([#716](https://github.com/discordjs-japan/om/issues/716)) ([060134d](https://github.com/discordjs-japan/om/commit/060134d96d57c1a4db6afb750795d5583608d662)), closes [#567](https://github.com/discordjs-japan/om/issues/567)
11+
12+
13+
### Dependencies
14+
15+
* lock file maintenance ([#755](https://github.com/discordjs-japan/om/issues/755)) ([1bb8d7c](https://github.com/discordjs-japan/om/commit/1bb8d7c11ed1c1ad59b7013dee732caedee22dd3))
16+
* update dependency discord.js to v14.17.2 ([#720](https://github.com/discordjs-japan/om/issues/720)) ([024d392](https://github.com/discordjs-japan/om/commit/024d392d59e4bebc021c879dc1c613c1ca0684ec))
17+
* update dependency discord.js to v14.17.3 ([#726](https://github.com/discordjs-japan/om/issues/726)) ([9a8bd3a](https://github.com/discordjs-japan/om/commit/9a8bd3a9a8fe844f4f3fa74bb4fcaf6db3e2ff00))
18+
319
## [0.5.1](https://github.com/discordjs-japan/om/compare/v0.5.0...v0.5.1) (2024-11-18)
420

521

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Discord.js Japan User Groupのための読み上げボットです.
1515
<!-- x-release-please-start-version -->
1616

1717
```bash
18-
docker run --rm -d --env-file .env ghcr.io/discordjs-japan/om:0.5.1
18+
docker run --rm -d --env-file .env ghcr.io/discordjs-japan/om:0.5.2
1919
```
2020

2121
<!-- x-release-please-end -->

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.5.1",
3+
"version": "0.5.2",
44
"description": "TTS Bot for Discord.js Japan User Group",
55
"type": "module",
66
"main": "dist/main.js",

0 commit comments

Comments
 (0)