From f8e5b160507a0f703e1d92e764b59c6b1cf2c04e Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 12 Dec 2024 07:07:04 +0000 Subject: [PATCH] chore(release): 2.0.21 [skip ci] ## [2.0.21](https://github.com/scratchfoundation/scratch-audio/compare/v2.0.20...v2.0.21) (2024-12-12) ### Bug Fixes * **deps:** lock file maintenance ([cfdc616](https://github.com/scratchfoundation/scratch-audio/commit/cfdc61697b935674bfd6958252197b36c9837953)) --- 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 185f9c69..f636efaf 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.21](https://github.com/scratchfoundation/scratch-audio/compare/v2.0.20...v2.0.21) (2024-12-12) + + +### Bug Fixes + +* **deps:** lock file maintenance ([cfdc616](https://github.com/scratchfoundation/scratch-audio/commit/cfdc61697b935674bfd6958252197b36c9837953)) + ## [2.0.20](https://github.com/scratchfoundation/scratch-audio/compare/v2.0.19...v2.0.20) (2024-12-10) diff --git a/package-lock.json b/package-lock.json index f1a926fc..49c5ef93 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-audio", - "version": "2.0.20", + "version": "2.0.21", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-audio", - "version": "2.0.20", + "version": "2.0.21", "license": "AGPL-3.0-only", "dependencies": { "audio-context": "^1.0.1", diff --git a/package.json b/package.json index 80790295..24cd0bd4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-audio", - "version": "2.0.20", + "version": "2.0.21", "description": "audio engine for scratch 3.0", "main": "dist.js", "browser": "./src/index.js",