Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Show version as an activity #75

Merged
merged 3 commits into from
Dec 19, 2023

Conversation

phenylshima
Copy link
Contributor

Closes #72

懸念点として,package.jsonをインポートしたことで,main.jsにpackage.jsonの内容がすべて書かれるという問題があります.

@cm-ayf cm-ayf requested a review from Mogyuchi December 19, 2023 12:20
@cm-ayf
Copy link
Collaborator

cm-ayf commented Dec 19, 2023

懸念点を解決するため,@discordjs/nextでも使われているesbuild-plugin-version-injectorを利用しました.

@cm-ayf cm-ayf merged commit 84ad44e into discordjs-japan:main Dec 19, 2023
1 check passed
@phenylshima phenylshima deleted the version-in-activity branch December 19, 2023 12:21
@github-actions github-actions bot mentioned this pull request Dec 19, 2023
cm-ayf pushed a commit that referenced this pull request Dec 25, 2023
🤖 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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Activity等にバージョン情報を表示する
3 participants