Skip to content

Commit

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


##
[0.6.0](v0.5.3...v0.6.0)
(2025-02-17)


### Features

* add logging by pino
([#780](#780))
([8e7be2e](8e7be2e))
* Source map support
([#777](#777))
([5e63b0c](5e63b0c))


### Bug Fixes

* add *.discordapp.com to allowed host list
([#789](#789))
([5608a13](5608a13))
* fix a bug of dateSegments()
([#788](#788))
([3f1678c](3f1678c))
* fix validation of date timestamp
([#787](#787))
([2f7efb4](2f7efb4))


### Dependencies

* lock file maintenance
([#793](#793))
([46813cb](46813cb))
* update dependency @discordjs-japan/om-syrinx to v0.4.3
([#792](#792))
([157d75c](157d75c))

---
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 Feb 17, 2025
1 parent 46813cb commit 8d288f5
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .release-please/.release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.5.3"
".": "0.6.0"
}
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# Changelog

## [0.6.0](https://github.com/discordjs-japan/om/compare/v0.5.3...v0.6.0) (2025-02-17)


### Features

* add logging by pino ([#780](https://github.com/discordjs-japan/om/issues/780)) ([8e7be2e](https://github.com/discordjs-japan/om/commit/8e7be2efd8d81a5bec5c463846e2cb21e3fd3bed))
* Source map support ([#777](https://github.com/discordjs-japan/om/issues/777)) ([5e63b0c](https://github.com/discordjs-japan/om/commit/5e63b0c4f9a1b7e5014d7331cd87f6be2f1dc0d5))


### Bug Fixes

* add *.discordapp.com to allowed host list ([#789](https://github.com/discordjs-japan/om/issues/789)) ([5608a13](https://github.com/discordjs-japan/om/commit/5608a137c017c5b1555b11a123d7b5e228e17369))
* fix a bug of dateSegments() ([#788](https://github.com/discordjs-japan/om/issues/788)) ([3f1678c](https://github.com/discordjs-japan/om/commit/3f1678c27459d1b0bb58bf6e31a51c8805a07dd0))
* fix validation of date timestamp ([#787](https://github.com/discordjs-japan/om/issues/787)) ([2f7efb4](https://github.com/discordjs-japan/om/commit/2f7efb42b153dbb79426091681044f74c02ccd3b))


### Dependencies

* lock file maintenance ([#793](https://github.com/discordjs-japan/om/issues/793)) ([46813cb](https://github.com/discordjs-japan/om/commit/46813cbba9e5da33bbca5ceafb425946243282ec))
* update dependency @discordjs-japan/om-syrinx to v0.4.3 ([#792](https://github.com/discordjs-japan/om/issues/792)) ([157d75c](https://github.com/discordjs-japan/om/commit/157d75c59186513d133a32d326e3aa655122c31d))

## [0.5.3](https://github.com/discordjs-japan/om/compare/v0.5.2...v0.5.3) (2025-02-11)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Discord.js Japan User Groupのための読み上げボットです.
<!-- x-release-please-start-version -->

```bash
docker run --rm -d --env-file .env ghcr.io/discordjs-japan/om:0.5.3
docker run --rm -d --env-file .env ghcr.io/discordjs-japan/om:0.6.0
```

<!-- x-release-please-end -->
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.5.3",
"version": "0.6.0",
"description": "TTS Bot for Discord.js Japan User Group",
"type": "module",
"main": "dist/main.js",
Expand Down

0 comments on commit 8d288f5

Please sign in to comment.