We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8f2c07 commit 8852194Copy full SHA for 8852194
providers/info.ts
@@ -19,7 +19,7 @@ const infoProvider: Provider = ({ baseClient, app }) => {
19
app.get("/version", async (c) => {
20
await baseClient.get("");
21
22
- return c.json("0.0.1");
+ return c.json("0.1.0");
23
});
24
25
app.get(
@@ -52,6 +52,16 @@ const infoProvider: Provider = ({ baseClient, app }) => {
52
],
53
contributors: [],
54
},
55
+ {
56
+ version: "0.1.0",
57
+ descriptions: [
58
+ "Update: COEIROINK v2正式版に追従",
59
+ "Add: 辞書読み込みを追加",
60
+ "Delete: outputSamplingRate周りのワークアラウンドを削除",
61
+ "Fix: pitchScaleをデフォルトで0に(by @itsuka-dev)",
62
+ ],
63
+ contributors: ["sevenc-nanashi", "itsuka-dev"],
64
+ },
65
{
66
version: "0.0.1",
67
descriptions: ["初期リリース。"],
0 commit comments