Skip to content

Commit f90d473

Browse files
release: v0.2.0 (#77)
🤖 I have created a release *beep* *boop* --- ## [0.2.0](v0.1.2...v0.2.0) (2023-12-25) ### Features * add skip command ([#81](#81)) ([9ba6333](9ba6333)), closes [#80](#80) * clean text before synthesis ([#87](#87)) ([2044edb](2044edb)) * leave the voice channel when alone ([#91](#91)) ([2c89e64](2c89e64)) * return varied synthesis options by primitive rng ([#76](#76)) ([386aff8](386aff8)) * Show version as an activity ([#75](#75)) ([84ad44e](84ad44e)) ### Bug Fixes * change default dictionary/model path to relative ([#83](#83)) ([c997526](c997526)) * default import SimpleMarkdown ([#95](#95)) ([d7a1511](d7a1511)) * fix the condition to leave the channel ([#97](#97)) ([ea16c35](ea16c35)) * reject joining empty channel ([#98](#98)) ([7d17035](7d17035)) ### Dependencies * use femshima/opus ([#88](#88)) ([366230c](366230c)) --- 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 66adccc commit f90d473

File tree

4 files changed

+28
-4
lines changed

4 files changed

+28
-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.2"
2+
".": "0.2.0"
33
}

CHANGELOG.md

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

3+
## [0.2.0](https://github.com/discordjs-japan/om/compare/v0.1.2...v0.2.0) (2023-12-25)
4+
5+
6+
### Features
7+
8+
* add skip command ([#81](https://github.com/discordjs-japan/om/issues/81)) ([9ba6333](https://github.com/discordjs-japan/om/commit/9ba633357d477c281703ff3d17693e487238b9d7)), closes [#80](https://github.com/discordjs-japan/om/issues/80)
9+
* clean text before synthesis ([#87](https://github.com/discordjs-japan/om/issues/87)) ([2044edb](https://github.com/discordjs-japan/om/commit/2044edb34a9cf1dd94b46f5d31438f5933bc8eaf))
10+
* leave the voice channel when alone ([#91](https://github.com/discordjs-japan/om/issues/91)) ([2c89e64](https://github.com/discordjs-japan/om/commit/2c89e64cc17a9465273ccb4f492d69b512bf0ee3))
11+
* return varied synthesis options by primitive rng ([#76](https://github.com/discordjs-japan/om/issues/76)) ([386aff8](https://github.com/discordjs-japan/om/commit/386aff81fa35434c3bf27858fc1cb89c3a9e22b7))
12+
* Show version as an activity ([#75](https://github.com/discordjs-japan/om/issues/75)) ([84ad44e](https://github.com/discordjs-japan/om/commit/84ad44ef8626e74075c48631d33be9a84696770b))
13+
14+
15+
### Bug Fixes
16+
17+
* change default dictionary/model path to relative ([#83](https://github.com/discordjs-japan/om/issues/83)) ([c997526](https://github.com/discordjs-japan/om/commit/c9975266824652cf2a222945a4255fc9147a8c6f))
18+
* default import SimpleMarkdown ([#95](https://github.com/discordjs-japan/om/issues/95)) ([d7a1511](https://github.com/discordjs-japan/om/commit/d7a1511e9001774507071537550a9532bc7b2301))
19+
* fix the condition to leave the channel ([#97](https://github.com/discordjs-japan/om/issues/97)) ([ea16c35](https://github.com/discordjs-japan/om/commit/ea16c35a8b4158332b62228e2f7c0c408f09220e))
20+
* reject joining empty channel ([#98](https://github.com/discordjs-japan/om/issues/98)) ([7d17035](https://github.com/discordjs-japan/om/commit/7d170350bbe1560b952404738e1e2e71d7c47835))
21+
22+
23+
### Dependencies
24+
25+
* use femshima/opus ([#88](https://github.com/discordjs-japan/om/issues/88)) ([366230c](https://github.com/discordjs-japan/om/commit/366230c6b2cd583ecc66aa41fc8a2925032da36b))
26+
327
## [0.1.2](https://github.com/discordjs-japan/om/compare/v0.1.1...v0.1.2) (2023-12-18)
428

529

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

0 commit comments

Comments
 (0)