Skip to content

Commit f56b0ce

Browse files
release: v0.7.0
1 parent 100a5e0 commit f56b0ce

File tree

5 files changed

+19
-5
lines changed

5 files changed

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

CHANGELOG.md

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

3+
## [0.7.0](https://github.com/discordjs-japan/om/compare/v0.6.0...v0.7.0) (2025-03-06)
4+
5+
6+
### Features
7+
8+
* improve join command to use interaction channel as default ([#823](https://github.com/discordjs-japan/om/issues/823)) ([be14467](https://github.com/discordjs-japan/om/commit/be14467ecc41a133456128b34a091017ff7b4768))
9+
* Process MessageReference and Attachments ([#827](https://github.com/discordjs-japan/om/issues/827)) ([c42a255](https://github.com/discordjs-japan/om/commit/c42a2559feb7c04cbe2a589dfdb257dea2d435cd)), closes [#715](https://github.com/discordjs-japan/om/issues/715)
10+
* support attachment links ([#795](https://github.com/discordjs-japan/om/issues/795)) ([8ee7c6e](https://github.com/discordjs-japan/om/commit/8ee7c6e013f54d43225c292444b385cd71f0f623))
11+
12+
13+
### Dependencies
14+
15+
* lock file maintenance ([#808](https://github.com/discordjs-japan/om/issues/808)) ([5bbd715](https://github.com/discordjs-japan/om/commit/5bbd71564b423d175b01c9ee55eca868d390c917))
16+
317
## [0.6.0](https://github.com/discordjs-japan/om/compare/v0.5.3...v0.6.0) (2025-02-17)
418

519

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

0 commit comments

Comments
 (0)