Skip to content

Commit

Permalink
release: v0.3.0 (#117)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


##
[0.3.0](v0.2.0...v0.3.0)
(2024-01-14)


### Features

* Centralized env
([#119](#119))
([403d56c](403d56c))
* clean command mention
([#144](#144))
([b074470](b074470)),
closes [#143](#143)
* ignore paren content
([#148](#148))
([cc83229](cc83229))
* user dictionary
([#115](#115))
([0f016a9](0f016a9))
* Well documented env
([#120](#120))
([e0691ba](e0691ba))


### Bug Fixes

* just omit discord non-channel url
([#149](#149))
([7d225f8](7d225f8)),
closes [#147](#147)


### Dependencies

* update dependency sodium-native to v4.0.5
([#132](#132))
([abc557c](abc557c))
* Update node-altjtalk-binding to v0.2.0
([#114](#114))
([9f2b5c9](9f2b5c9))

---
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>
  • Loading branch information
github-actions[bot] authored Jan 14, 2024
1 parent 52f7db1 commit 6d43a38
Show file tree
Hide file tree
Showing 4 changed files with 26 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.2.0"
".": "0.3.0"
}
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# Changelog

## [0.3.0](https://github.com/discordjs-japan/om/compare/v0.2.0...v0.3.0) (2024-01-14)


### Features

* Centralized env ([#119](https://github.com/discordjs-japan/om/issues/119)) ([403d56c](https://github.com/discordjs-japan/om/commit/403d56c7d0f63530582586120ca6c05cd6ab9e4c))
* clean command mention ([#144](https://github.com/discordjs-japan/om/issues/144)) ([b074470](https://github.com/discordjs-japan/om/commit/b074470fa8bb6fe38b94fd21d5ffc93b8e00bdd0)), closes [#143](https://github.com/discordjs-japan/om/issues/143)
* ignore paren content ([#148](https://github.com/discordjs-japan/om/issues/148)) ([cc83229](https://github.com/discordjs-japan/om/commit/cc832293a07fc9c4f8ad44ea88aa5e1f4492045d))
* user dictionary ([#115](https://github.com/discordjs-japan/om/issues/115)) ([0f016a9](https://github.com/discordjs-japan/om/commit/0f016a90cf12e8bd6ce3ed16491cd9f72c521e2b))
* Well documented env ([#120](https://github.com/discordjs-japan/om/issues/120)) ([e0691ba](https://github.com/discordjs-japan/om/commit/e0691ba9dde1b2d90fd4690727ee5034b4a49be9))


### Bug Fixes

* just omit discord non-channel url ([#149](https://github.com/discordjs-japan/om/issues/149)) ([7d225f8](https://github.com/discordjs-japan/om/commit/7d225f8cacad0c1044ecc529acff73354be81227)), closes [#147](https://github.com/discordjs-japan/om/issues/147)


### Dependencies

* update dependency sodium-native to v4.0.5 ([#132](https://github.com/discordjs-japan/om/issues/132)) ([abc557c](https://github.com/discordjs-japan/om/commit/abc557c67a39d1bdb15b30aba1bf623bc9652196))
* Update node-altjtalk-binding to v0.2.0 ([#114](https://github.com/discordjs-japan/om/issues/114)) ([9f2b5c9](https://github.com/discordjs-japan/om/commit/9f2b5c93273e717fbde21625ac6986b2aaf578c7))

## [0.2.0](https://github.com/discordjs-japan/om/compare/v0.1.2...v0.2.0) (2023-12-25)


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

0 comments on commit 6d43a38

Please sign in to comment.