Skip to content

Commit c36d641

Browse files
committed
Merge branch 'release/noise-suppression-2025.1.0' into develop
2 parents 9f2a806 + 6b938fc commit c36d641

File tree

4 files changed

+127
-125
lines changed

4 files changed

+127
-125
lines changed

CHANGES.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111

1212
## develop
1313

14+
## noise-suppression-2025.1.0
15+
1416
- [CHANGE] light-adjustment を廃止
1517
- @voluntas
1618
- [CHANGE] light-adjustment-gpu を廃止

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"devDependencies": {
1717
"@biomejs/biome": "1.9.4",
1818
"tslib": "2.8.1",
19-
"typedoc": "0.28.4",
19+
"typedoc": "0.28.5",
2020
"typescript": "5.8.3",
2121
"vite": "6.3.5",
2222
"vite-plugin-dts": "4.5.4",

packages/noise-suppression/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@shiguredo/noise-suppression",
3-
"version": "2025.1.0-canary.1",
3+
"version": "2025.1.0",
44
"description": "Noise Suppression Library",
55
"author": "Shiguredo Inc.",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)