From ecdb40205b8f126db90199c2c46af866fe350d77 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 16 Dec 2024 09:10:12 +0000 Subject: [PATCH] chore(release): 2.0.26 [skip ci] ## [2.0.26](https://github.com/scratchfoundation/scratch-audio/compare/v2.0.25...v2.0.26) (2024-12-16) ### Bug Fixes * **deps:** lock file maintenance ([83f9fa2](https://github.com/scratchfoundation/scratch-audio/commit/83f9fa2e0d2de3422e2a368c55edfec2164d0fd1)) --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f07f4a..e2516e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.0.26](https://github.com/scratchfoundation/scratch-audio/compare/v2.0.25...v2.0.26) (2024-12-16) + + +### Bug Fixes + +* **deps:** lock file maintenance ([83f9fa2](https://github.com/scratchfoundation/scratch-audio/commit/83f9fa2e0d2de3422e2a368c55edfec2164d0fd1)) + ## [2.0.25](https://github.com/scratchfoundation/scratch-audio/compare/v2.0.24...v2.0.25) (2024-12-16) diff --git a/package-lock.json b/package-lock.json index 61a9d73..d159b0b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-audio", - "version": "2.0.25", + "version": "2.0.26", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-audio", - "version": "2.0.25", + "version": "2.0.26", "license": "AGPL-3.0-only", "dependencies": { "audio-context": "^1.0.1", diff --git a/package.json b/package.json index 6aac7f9..6ab4665 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-audio", - "version": "2.0.25", + "version": "2.0.26", "description": "audio engine for scratch 3.0", "main": "dist.js", "browser": "./src/index.js",