Skip to content

Commit 1cac34d

Browse files
release: v0.1.2 (#59)
1 parent 147ba2c commit 1cac34d

File tree

4 files changed

+19
-4
lines changed

4 files changed

+19
-4
lines changed

.release-please-manifest.json

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

CHANGELOG.md

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

3+
## [0.1.2](https://github.com/discordjs-japan/om/compare/v0.1.1...v0.1.2) (2023-12-18)
4+
5+
6+
### Bug Fixes
7+
8+
* Change model to tohoku-f01 ([#65](https://github.com/discordjs-japan/om/issues/65)) ([147ba2c](https://github.com/discordjs-japan/om/commit/147ba2cc359e23e9225d81c1faefb24383c6c9b2))
9+
* improper handling voice connection status change ([#54](https://github.com/discordjs-japan/om/issues/54)) ([6bec2ef](https://github.com/discordjs-japan/om/commit/6bec2efcd3d8bac56c0fd866c4b024287af3d5b9))
10+
11+
12+
### Dependencies
13+
14+
* update altjtalk to v0.1.5 ([#61](https://github.com/discordjs-japan/om/issues/61)) ([0a49443](https://github.com/discordjs-japan/om/commit/0a494435a74ce081090d4efe0995d685c0a47502))
15+
* update node-altjtalk-binding to v0.1.4 ([#58](https://github.com/discordjs-japan/om/issues/58)) ([aa221e0](https://github.com/discordjs-japan/om/commit/aa221e0c735592b341271664be9082db00ab2168))
16+
* update node-altjtalk-binding to v0.1.6 ([#63](https://github.com/discordjs-japan/om/issues/63)) ([566d07f](https://github.com/discordjs-japan/om/commit/566d07f306168678f364c08db9ecb36ddf0f1b02))
17+
318
## [0.1.1](https://github.com/discordjs-japan/om/compare/v0.1.0...v0.1.1) (2023-12-15)
419

520

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

0 commit comments

Comments
 (0)