Skip to content

Commit cb6d020

Browse files
committed
chore(release): Publish 2.0.1
1 parent 5bd8165 commit cb6d020

21 files changed

Lines changed: 91 additions & 10 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## 2.0.1 (2026-05-15)
2+
3+
### Bug Fixes
4+
5+
- Add publishConfig to interpolation strategy packages ([#66](https://github.com/cutterbl/SoundTouchJS/pull/66))
6+
- **release:** Add repository field to interpolation strategy packages ([#68](https://github.com/cutterbl/SoundTouchJS/pull/68))
7+
8+
### ❤️ Thank You
9+
10+
- Steve 'Cutter' Blades
11+
112
# 2.0.0 (2026-05-14)
213

314
### 🚀 Features

packages/audio-worklet/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 2.0.1 (2026-05-15)
2+
3+
This was a version bump only for @soundtouchjs/audio-worklet to align it with other projects, there were no code changes.
4+
15
# 2.0.0 (2026-05-14)
26

37
### 🚀 Features

packages/audio-worklet/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@soundtouchjs/audio-worklet",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "AudioWorklet implementation of the SoundTouchJS library",
55
"license": "MPL-2.0",
66
"licenseFile": "LICENSE",

packages/core/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 2.0.1 (2026-05-15)
2+
3+
This was a version bump only for @soundtouchjs/core to align it with other projects, there were no code changes.
4+
15
# 2.0.0 (2026-05-14)
26

37
### 🚀 Features

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@soundtouchjs/core",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "An audio processing library for manipulating Web Audio Contexts",
55
"license": "MPL-2.0",
66
"licenseFile": "LICENSE",

packages/formant-correction-worklet/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 2.0.1 (2026-05-15)
2+
3+
This was a version bump only for @soundtouchjs/formant-correction-worklet to align it with other projects, there were no code changes.
4+
15
# 2.0.0 (2026-05-14)
26

37
### 🚀 Features

packages/formant-correction-worklet/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@soundtouchjs/formant-correction-worklet",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "AudioWorklet pitch-shifting with LPC-based formant preservation",
55
"license": "MPL-2.0",
66
"licenseFile": "LICENSE",

packages/interpolation-strategy-blackman/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 2.0.1 (2026-05-15)
2+
3+
### Bug Fixes
4+
5+
- **release:** Add repository field to interpolation strategy packages ([#68](https://github.com/cutterbl/SoundTouchJS/pull/68))
6+
7+
### ❤️ Thank You
8+
9+
- Steve 'Cutter' Blades
10+
111
# 2.0.0 (2026-05-14)
212

313
### 🚀 Features

packages/interpolation-strategy-blackman/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@soundtouchjs/interpolation-strategy-blackman",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "Blackman interpolation strategy for SoundTouchJS and audio-worklet.",
55
"type": "module",
66
"main": "./.dist/index.js",

packages/interpolation-strategy-hann/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 2.0.1 (2026-05-15)
2+
3+
### Bug Fixes
4+
5+
- **release:** Add repository field to interpolation strategy packages ([#68](https://github.com/cutterbl/SoundTouchJS/pull/68))
6+
7+
### ❤️ Thank You
8+
9+
- Steve 'Cutter' Blades
10+
111
# 2.0.0 (2026-05-14)
212

313
### 🚀 Features

0 commit comments

Comments
 (0)