Skip to content

Commit adea627

Browse files
release: v0.7.1
1 parent 6ffd3a0 commit adea627

5 files changed

Lines changed: 17 additions & 5 deletions

File tree

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

CHANGELOG.md

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

3+
## [0.7.1](https://github.com/discordjs-japan/om/compare/v0.7.0...v0.7.1) (2026-08-01)
4+
5+
6+
### Dependencies
7+
8+
* update dependency @snazzah/davey to v0.1.12 ([#1291](https://github.com/discordjs-japan/om/issues/1291)) ([4f161ca](https://github.com/discordjs-japan/om/commit/4f161cac1b17ab7b77701d2dc69d70c0d78fdf08))
9+
* update dependency discord.js to v14.26.2 ([#1224](https://github.com/discordjs-japan/om/issues/1224)) ([bef9df9](https://github.com/discordjs-japan/om/commit/bef9df92d3e63d4b380310d751b6935b3a817315))
10+
* update dependency discord.js to v14.26.3 ([#1242](https://github.com/discordjs-japan/om/issues/1242)) ([a2c8795](https://github.com/discordjs-japan/om/commit/a2c879516a62fd6b3103c916196d899ce03fab0a))
11+
* update dependency discord.js to v14.26.4 ([#1251](https://github.com/discordjs-japan/om/issues/1251)) ([1672968](https://github.com/discordjs-japan/om/commit/1672968e77c93954d769bc518be7c17487535aaa))
12+
* update dependency discord.js to v14.26.5 ([#1313](https://github.com/discordjs-japan/om/issues/1313)) ([5a784ec](https://github.com/discordjs-japan/om/commit/5a784ec5af32c2b7653bc5796fd851c92ba1d9ca))
13+
* update dependency discord.js to v14.27.0 ([#1321](https://github.com/discordjs-japan/om/issues/1321)) ([a560041](https://github.com/discordjs-japan/om/commit/a5600415285a845e25767d06383a0ae9e0691c85))
14+
315
## [0.7.0](https://github.com/discordjs-japan/om/compare/v0.6.0...v0.7.0) (2026-03-31)
416

517

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.7.0
18+
docker run --rm -d --env-file .env ghcr.io/discordjs-japan/om:0.7.1
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.7.0",
3+
"version": "0.7.1",
44
"description": "TTS Bot for Discord.js Japan User Group",
55
"type": "module",
66
"main": "dist/main.js",

0 commit comments

Comments
 (0)