Skip to content

Commit a6660a0

Browse files
release: v0.7.0 (#809)
🤖 I have created a release *beep* *boop* --- ## [0.7.0](v0.6.0...v0.7.0) (2026-03-31) ### Features * improve join command to use interaction channel as default ([#823](#823)) ([be14467](be14467)) * Process MessageReference and Attachments ([#827](#827)) ([c42a255](c42a255)), closes [#715](#715) * support attachment links ([#795](#795)) ([8ee7c6e](8ee7c6e)) ### Bug Fixes * resolve user display name from guild member in message reference ([#845](#845)) ([72b40d0](72b40d0)), closes [#837](#837) ### Dependencies * @discordjs-japan/om-syrinx@0.5.0 ([#1114](#1114)) ([a487f67](a487f67)) * lock file maintenance ([#1003](#1003)) ([97d6cae](97d6cae)) * lock file maintenance ([#1009](#1009)) ([749e0f6](749e0f6)) * lock file maintenance ([#1047](#1047)) ([2309f9c](2309f9c)) * lock file maintenance ([#808](#808)) ([5bbd715](5bbd715)) * lock file maintenance ([#887](#887)) ([ca41cc7](ca41cc7)) * lock file maintenance ([#931](#931)) ([9b455c1](9b455c1)) * lock file maintenance ([#942](#942)) ([ee63b75](ee63b75)) * lock file maintenance ([#985](#985)) ([f9de8f4](f9de8f4)) * lock file maintenance ([#998](#998)) ([264f027](264f027)) * update dependency @discordjs-japan/om-syrinx to v0.5.2 ([#1214](#1214)) ([268c0ec](268c0ec)) * update dependency @discordjs-japan/om-syrinx to v0.5.3 ([#1218](#1218)) ([1d55c54](1d55c54)) * update dependency @discordjs/voice to v0.19.0 ([#1046](#1046)) ([b8e2996](b8e2996)) * update dependency @discordjs/voice to v0.19.0 ([#1049](#1049)) ([d9f9367](d9f9367)) * update dependency @discordjs/voice to v0.19.1 ([#1204](#1204)) ([b4ab0ef](b4ab0ef)) * update dependency @discordjs/voice to v0.19.2 ([#1207](#1207)) ([ebd2efc](ebd2efc)) * update dependency @snazzah/davey to v0.1.10 ([#1183](#1183)) ([a982184](a982184)) * update dependency @snazzah/davey to v0.1.11 ([#1216](#1216)) ([3ed1e50](3ed1e50)) * update dependency @snazzah/davey to v0.1.7 ([#1105](#1105)) ([2bb1ef5](2bb1ef5)) * update dependency @snazzah/davey to v0.1.9 ([#1151](#1151)) ([94b1e16](94b1e16)) * update dependency discord-markdown-parser to v1.3.1 ([#1219](#1219)) ([32171ad](32171ad)) * update dependency discord.js to v14.19.1 ([#911](#911)) ([74f8bb3](74f8bb3)) * update dependency discord.js to v14.19.2 ([#914](#914)) ([fe23b1e](fe23b1e)) * update dependency discord.js to v14.19.3 ([#919](#919)) ([65a2253](65a2253)) * update dependency discord.js to v14.20.0 ([#981](#981)) ([f68355d](f68355d)) * update dependency discord.js to v14.21.0 ([#992](#992)) ([0d9d428](0d9d428)) * update dependency discord.js to v14.22.1 ([#1062](#1062)) ([1b3a6cc](1b3a6cc)) * update dependency discord.js to v14.23.2 ([#1098](#1098)) ([63291f5](63291f5)) * update dependency discord.js to v14.24.0 ([#1119](#1119)) ([4ff86b8](4ff86b8)) * update dependency discord.js to v14.24.2 ([#1126](#1126)) ([ce46115](ce46115)) * update dependency discord.js to v14.25.1 ([#1152](#1152)) ([8f86aac](8f86aac)) * update dependency discord.js to v14.26.0 ([#1217](#1217)) ([acde668](acde668)) * update dependency pino to v10 ([#1113](#1113)) ([83a0a0c](83a0a0c)) * update dependency pino to v10.3.0 ([#1178](#1178)) ([051fe16](051fe16)) * update dependency pino to v10.3.1 ([#1199](#1199)) ([6d49753](6d49753)) * update dependency pino to v9.14.0 ([#1075](#1075)) ([9a6fb4f](9a6fb4f)) * update dependency pino to v9.7.0 ([#940](#940)) ([624c5c6](624c5c6)) * update dependency pino to v9.8.0 ([#1032](#1032)) ([06ae853](06ae853)) * update dependency pino to v9.9.0 ([#1042](#1042)) ([bf0be4f](bf0be4f)) * update runner image to debian13 ([#1161](#1161)) ([729933f](729933f)) * update runner image to nodejs24 ([#1160](#1160)) ([a863fe1](a863fe1)) ### Reverts * "deps: update dependency @discordjs/voice to v0.19.0" ([#1048](#1048)) ([c77696f](c77696f)) --- 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 2309f9c commit a6660a0

5 files changed

Lines changed: 69 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.6.0"
2+
".": "0.7.0"
33
}

CHANGELOG.md

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

3+
## [0.7.0](https://github.com/discordjs-japan/om/compare/v0.6.0...v0.7.0) (2026-03-31)
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+
### Bug Fixes
14+
15+
* resolve user display name from guild member in message reference ([#845](https://github.com/discordjs-japan/om/issues/845)) ([72b40d0](https://github.com/discordjs-japan/om/commit/72b40d0e400a3df0e34fe9a3469c981035925f80)), closes [#837](https://github.com/discordjs-japan/om/issues/837)
16+
17+
18+
### Dependencies
19+
20+
* @discordjs-japan/om-syrinx@0.5.0 ([#1114](https://github.com/discordjs-japan/om/issues/1114)) ([a487f67](https://github.com/discordjs-japan/om/commit/a487f67b875db7c78286e4ba534eeada9b06822a))
21+
* lock file maintenance ([#1003](https://github.com/discordjs-japan/om/issues/1003)) ([97d6cae](https://github.com/discordjs-japan/om/commit/97d6caea25f4eb9991016a4f67905d3ef93cf6d8))
22+
* lock file maintenance ([#1009](https://github.com/discordjs-japan/om/issues/1009)) ([749e0f6](https://github.com/discordjs-japan/om/commit/749e0f6d08b12803b0d39b421d39421b28310084))
23+
* lock file maintenance ([#1047](https://github.com/discordjs-japan/om/issues/1047)) ([2309f9c](https://github.com/discordjs-japan/om/commit/2309f9c39839cfde43d93ca83e3fe5a8b6bb3446))
24+
* lock file maintenance ([#808](https://github.com/discordjs-japan/om/issues/808)) ([5bbd715](https://github.com/discordjs-japan/om/commit/5bbd71564b423d175b01c9ee55eca868d390c917))
25+
* lock file maintenance ([#887](https://github.com/discordjs-japan/om/issues/887)) ([ca41cc7](https://github.com/discordjs-japan/om/commit/ca41cc7e64a38323f4e0899bac0b235da2fbd02c))
26+
* lock file maintenance ([#931](https://github.com/discordjs-japan/om/issues/931)) ([9b455c1](https://github.com/discordjs-japan/om/commit/9b455c1f3494c21a64d1710900fb79df2347202f))
27+
* lock file maintenance ([#942](https://github.com/discordjs-japan/om/issues/942)) ([ee63b75](https://github.com/discordjs-japan/om/commit/ee63b750258fe2c84d5d32824aff8c44f0094a82))
28+
* lock file maintenance ([#985](https://github.com/discordjs-japan/om/issues/985)) ([f9de8f4](https://github.com/discordjs-japan/om/commit/f9de8f4194a458c99afd660663ce7ace6e109214))
29+
* lock file maintenance ([#998](https://github.com/discordjs-japan/om/issues/998)) ([264f027](https://github.com/discordjs-japan/om/commit/264f0272fde53ff3e851cbbb2c34c6113ac99150))
30+
* update dependency @discordjs-japan/om-syrinx to v0.5.2 ([#1214](https://github.com/discordjs-japan/om/issues/1214)) ([268c0ec](https://github.com/discordjs-japan/om/commit/268c0ecbe11a9ad6d959070aec287178c67fe81f))
31+
* update dependency @discordjs-japan/om-syrinx to v0.5.3 ([#1218](https://github.com/discordjs-japan/om/issues/1218)) ([1d55c54](https://github.com/discordjs-japan/om/commit/1d55c54115309d6888a86453a2e4756bd72a2cf7))
32+
* update dependency @discordjs/voice to v0.19.0 ([#1046](https://github.com/discordjs-japan/om/issues/1046)) ([b8e2996](https://github.com/discordjs-japan/om/commit/b8e29967a05aa560c7a405b0fd353c035be49afd))
33+
* update dependency @discordjs/voice to v0.19.0 ([#1049](https://github.com/discordjs-japan/om/issues/1049)) ([d9f9367](https://github.com/discordjs-japan/om/commit/d9f9367a4904b2812f99161a74d75482fdac0701))
34+
* update dependency @discordjs/voice to v0.19.1 ([#1204](https://github.com/discordjs-japan/om/issues/1204)) ([b4ab0ef](https://github.com/discordjs-japan/om/commit/b4ab0ef297cae56af1a54bd5db0885177808e734))
35+
* update dependency @discordjs/voice to v0.19.2 ([#1207](https://github.com/discordjs-japan/om/issues/1207)) ([ebd2efc](https://github.com/discordjs-japan/om/commit/ebd2efc5c96a9d67db79eff5066fbbe0c7641610))
36+
* update dependency @snazzah/davey to v0.1.10 ([#1183](https://github.com/discordjs-japan/om/issues/1183)) ([a982184](https://github.com/discordjs-japan/om/commit/a98218495992245fce28ba1c361d8b1fcffb8dac))
37+
* update dependency @snazzah/davey to v0.1.11 ([#1216](https://github.com/discordjs-japan/om/issues/1216)) ([3ed1e50](https://github.com/discordjs-japan/om/commit/3ed1e503e5c3add64d9e45d87cc1fadfd3c2f5e9))
38+
* update dependency @snazzah/davey to v0.1.7 ([#1105](https://github.com/discordjs-japan/om/issues/1105)) ([2bb1ef5](https://github.com/discordjs-japan/om/commit/2bb1ef5dedddebe13a58282bfb7d3cba30f487de))
39+
* update dependency @snazzah/davey to v0.1.9 ([#1151](https://github.com/discordjs-japan/om/issues/1151)) ([94b1e16](https://github.com/discordjs-japan/om/commit/94b1e163e57309b9c0ec5ea240271b4cbc565807))
40+
* update dependency discord-markdown-parser to v1.3.1 ([#1219](https://github.com/discordjs-japan/om/issues/1219)) ([32171ad](https://github.com/discordjs-japan/om/commit/32171ad954230614ec0081f57b6fb2db63d70dc4))
41+
* update dependency discord.js to v14.19.1 ([#911](https://github.com/discordjs-japan/om/issues/911)) ([74f8bb3](https://github.com/discordjs-japan/om/commit/74f8bb38de0e1b74928f818eaf7dca1bcd9ac574))
42+
* update dependency discord.js to v14.19.2 ([#914](https://github.com/discordjs-japan/om/issues/914)) ([fe23b1e](https://github.com/discordjs-japan/om/commit/fe23b1e99eb3bc487e783fbb0a1a49f975815a61))
43+
* update dependency discord.js to v14.19.3 ([#919](https://github.com/discordjs-japan/om/issues/919)) ([65a2253](https://github.com/discordjs-japan/om/commit/65a22538c93aa980a6572a684e37e9184bd0514f))
44+
* update dependency discord.js to v14.20.0 ([#981](https://github.com/discordjs-japan/om/issues/981)) ([f68355d](https://github.com/discordjs-japan/om/commit/f68355d662a525c324dab04a978a6b56cbf91f1f))
45+
* update dependency discord.js to v14.21.0 ([#992](https://github.com/discordjs-japan/om/issues/992)) ([0d9d428](https://github.com/discordjs-japan/om/commit/0d9d42842402dbe4494a49beaf74eab44c3c3815))
46+
* update dependency discord.js to v14.22.1 ([#1062](https://github.com/discordjs-japan/om/issues/1062)) ([1b3a6cc](https://github.com/discordjs-japan/om/commit/1b3a6ccdabd05247698ad409af78016382a0e9eb))
47+
* update dependency discord.js to v14.23.2 ([#1098](https://github.com/discordjs-japan/om/issues/1098)) ([63291f5](https://github.com/discordjs-japan/om/commit/63291f5adff7dc59544006e2cddfe5c157a611a3))
48+
* update dependency discord.js to v14.24.0 ([#1119](https://github.com/discordjs-japan/om/issues/1119)) ([4ff86b8](https://github.com/discordjs-japan/om/commit/4ff86b8201e8b9112ee83160ba2c6f22041eda5c))
49+
* update dependency discord.js to v14.24.2 ([#1126](https://github.com/discordjs-japan/om/issues/1126)) ([ce46115](https://github.com/discordjs-japan/om/commit/ce46115bb4b040e4b73b39175045b0d095618eac))
50+
* update dependency discord.js to v14.25.1 ([#1152](https://github.com/discordjs-japan/om/issues/1152)) ([8f86aac](https://github.com/discordjs-japan/om/commit/8f86aac4397d96d4e8debc738853e477e66dccf1))
51+
* update dependency discord.js to v14.26.0 ([#1217](https://github.com/discordjs-japan/om/issues/1217)) ([acde668](https://github.com/discordjs-japan/om/commit/acde668827e0ee3bc378297d08870ac55f1a41bc))
52+
* update dependency pino to v10 ([#1113](https://github.com/discordjs-japan/om/issues/1113)) ([83a0a0c](https://github.com/discordjs-japan/om/commit/83a0a0c001e026251ce091f82878e7b581a354db))
53+
* update dependency pino to v10.3.0 ([#1178](https://github.com/discordjs-japan/om/issues/1178)) ([051fe16](https://github.com/discordjs-japan/om/commit/051fe16764f3fcf5c96de3d0f5236de28249460c))
54+
* update dependency pino to v10.3.1 ([#1199](https://github.com/discordjs-japan/om/issues/1199)) ([6d49753](https://github.com/discordjs-japan/om/commit/6d497530d5678c89689ae25efb3e0b89a15d3524))
55+
* update dependency pino to v9.14.0 ([#1075](https://github.com/discordjs-japan/om/issues/1075)) ([9a6fb4f](https://github.com/discordjs-japan/om/commit/9a6fb4f5dfe6d0f3d56583bb3f3bf54cba5638a1))
56+
* update dependency pino to v9.7.0 ([#940](https://github.com/discordjs-japan/om/issues/940)) ([624c5c6](https://github.com/discordjs-japan/om/commit/624c5c62227f94f09f685b8efa564a2ead9f7241))
57+
* update dependency pino to v9.8.0 ([#1032](https://github.com/discordjs-japan/om/issues/1032)) ([06ae853](https://github.com/discordjs-japan/om/commit/06ae853a19221e27140c47d9fe93cbe8ab6e9a9d))
58+
* update dependency pino to v9.9.0 ([#1042](https://github.com/discordjs-japan/om/issues/1042)) ([bf0be4f](https://github.com/discordjs-japan/om/commit/bf0be4f4bce7b42c89fdee88b715e1d4a1053b4a))
59+
* update runner image to debian13 ([#1161](https://github.com/discordjs-japan/om/issues/1161)) ([729933f](https://github.com/discordjs-japan/om/commit/729933f43b5c3cdb20db9bff82fb4c25e9d7e50c))
60+
* update runner image to nodejs24 ([#1160](https://github.com/discordjs-japan/om/issues/1160)) ([a863fe1](https://github.com/discordjs-japan/om/commit/a863fe1a83d5175e8a5f2b31d638e93a03360553))
61+
62+
63+
### Reverts
64+
65+
* "deps: update dependency @discordjs/voice to v0.19.0" ([#1048](https://github.com/discordjs-japan/om/issues/1048)) ([c77696f](https://github.com/discordjs-japan/om/commit/c77696f769d8e25f1b02f7fa7fa0d25fcc7de0f7))
66+
367
## [0.6.0](https://github.com/discordjs-japan/om/compare/v0.5.3...v0.6.0) (2025-02-17)
468

569

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)