Skip to content

Commit bfafffd

Browse files
committed
chore(release): publish 1.0.7
1 parent 1080ced commit bfafffd

5 files changed

Lines changed: 32 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 1.0.7 (2026-03-09)
2+
3+
### 🩹 Fixes
4+
5+
- **@soundtouchjs/core:** Versioning ([#53](https://github.com/cutterbl/SoundTouchJS/pull/53))
6+
7+
### ❤️ Thank You
8+
9+
- Steve 'Cutter' Blades
10+
111
# Changelog
212

313
All notable changes to this project will be documented in this file.

packages/audio-worklet/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 1.0.7 (2026-03-09)
2+
3+
### 🩹 Fixes
4+
5+
- **@soundtouchjs/core:** Versioning ([#53](https://github.com/cutterbl/SoundTouchJS/pull/53))
6+
7+
### ❤️ Thank You
8+
9+
- Steve 'Cutter' Blades
10+
111
## 1.0.0 (2026-03-09)
212

313
- Manually bump to 1.0.0 to rectify versioning after 0.4.0 release with breaking changes. No code changes from 0.4.0.

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": "1.0.6",
3+
"version": "1.0.7",
44
"description": "AudioWorklet implementation of the SoundTouchJS library",
55
"license": "LGPL-2.1",
66
"type": "module",

packages/core/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 1.0.7 (2026-03-09)
2+
3+
### 🩹 Fixes
4+
5+
- **@soundtouchjs/core:** Versioning ([#53](https://github.com/cutterbl/SoundTouchJS/pull/53))
6+
7+
### ❤️ Thank You
8+
9+
- Steve 'Cutter' Blades
10+
111
## 1.0.0 (2026-03-09)
212

313
- Manually bump to 1.0.0 to rectify versioning after 0.4.0 release with breaking changes. No code changes from 0.4.0.

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": "1.0.6",
3+
"version": "1.0.7",
44
"description": "An audio processing library for manipulating Web Audio Contexts",
55
"license": "LGPL-2.1",
66
"type": "module",

0 commit comments

Comments
 (0)