Skip to content

Commit

Permalink
release: v0.1.2 (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Dec 18, 2023
1 parent 147ba2c commit 1cac34d
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.1.1"
".": "0.1.2"
}
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [0.1.2](https://github.com/discordjs-japan/om/compare/v0.1.1...v0.1.2) (2023-12-18)


### Bug Fixes

* Change model to tohoku-f01 ([#65](https://github.com/discordjs-japan/om/issues/65)) ([147ba2c](https://github.com/discordjs-japan/om/commit/147ba2cc359e23e9225d81c1faefb24383c6c9b2))
* improper handling voice connection status change ([#54](https://github.com/discordjs-japan/om/issues/54)) ([6bec2ef](https://github.com/discordjs-japan/om/commit/6bec2efcd3d8bac56c0fd866c4b024287af3d5b9))


### Dependencies

* update altjtalk to v0.1.5 ([#61](https://github.com/discordjs-japan/om/issues/61)) ([0a49443](https://github.com/discordjs-japan/om/commit/0a494435a74ce081090d4efe0995d685c0a47502))
* 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))
* 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))

## [0.1.1](https://github.com/discordjs-japan/om/compare/v0.1.0...v0.1.1) (2023-12-15)


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

0 comments on commit 1cac34d

Please sign in to comment.