From d09cc9674583116f57ce7bda2ad6a460801911e4 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 13 May 2025 07:58:46 +0000 Subject: [PATCH] chore(release): 2.0.141 [skip ci] ## [2.0.141](https://github.com/scratchfoundation/scratch-audio/compare/v2.0.140...v2.0.141) (2025-05-13) ### Bug Fixes * **deps:** lock file maintenance ([dcff971](https://github.com/scratchfoundation/scratch-audio/commit/dcff971946c8e5d9d47f96fcf78493d612fa76c8)) --- 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 6d0b223..efbe13d 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.141](https://github.com/scratchfoundation/scratch-audio/compare/v2.0.140...v2.0.141) (2025-05-13) + + +### Bug Fixes + +* **deps:** lock file maintenance ([dcff971](https://github.com/scratchfoundation/scratch-audio/commit/dcff971946c8e5d9d47f96fcf78493d612fa76c8)) + ## [2.0.140](https://github.com/scratchfoundation/scratch-audio/compare/v2.0.139...v2.0.140) (2025-05-12) diff --git a/package-lock.json b/package-lock.json index 0da7e32..be52ad6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-audio", - "version": "2.0.140", + "version": "2.0.141", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-audio", - "version": "2.0.140", + "version": "2.0.141", "license": "AGPL-3.0-only", "dependencies": { "audio-context": "^1.0.1", diff --git a/package.json b/package.json index b0e07b8..1de4ab2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-audio", - "version": "2.0.140", + "version": "2.0.141", "description": "audio engine for scratch 3.0", "main": "dist.js", "browser": "./src/index.js",