Skip to content

Commit

Permalink
release: v0.5.2 (#713)
Browse files Browse the repository at this point in the history
🤖 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>
  • Loading branch information
github-actions[bot] authored Feb 9, 2025
1 parent 1bb8d7c commit 77b54b6
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .release-please/.release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.5.1"
".": "0.5.2"
}
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [0.5.2](https://github.com/discordjs-japan/om/compare/v0.5.1...v0.5.2) (2025-02-09)


### Bug Fixes

* [#708](https://github.com/discordjs-japan/om/issues/708) ([f40ceb0](https://github.com/discordjs-japan/om/commit/f40ceb07dec359c71fb64a835c0e18b6fc26162f))
* 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)
* 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)


### Dependencies

* lock file maintenance ([#755](https://github.com/discordjs-japan/om/issues/755)) ([1bb8d7c](https://github.com/discordjs-japan/om/commit/1bb8d7c11ed1c1ad59b7013dee732caedee22dd3))
* 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))
* 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))

## [0.5.1](https://github.com/discordjs-japan/om/compare/v0.5.0...v0.5.1) (2024-11-18)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Discord.js Japan User Groupのための読み上げボットです.
<!-- x-release-please-start-version -->

```bash
docker run --rm -d --env-file .env ghcr.io/discordjs-japan/om:0.5.1
docker run --rm -d --env-file .env ghcr.io/discordjs-japan/om:0.5.2
```

<!-- x-release-please-end -->
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.5.1",
"version": "0.5.2",
"description": "TTS Bot for Discord.js Japan User Group",
"type": "module",
"main": "dist/main.js",
Expand Down

0 comments on commit 77b54b6

Please sign in to comment.