From d385db0de7e15ed25708626e4ce1a69c754b3f1c Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 26 Oct 2024 09:42:28 +0000 Subject: [PATCH] chore(release): 1.0.292 [skip ci] ## [1.0.292](https://github.com/scratchfoundation/scratch-audio/compare/v1.0.291...v1.0.292) (2024-10-26) ### Bug Fixes * **deps:** lock file maintenance ([0767f38](https://github.com/scratchfoundation/scratch-audio/commit/0767f38531fc1622867a480d1b1bd938c9a5a444)) --- 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 85e2d69..2285692 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. +## [1.0.292](https://github.com/scratchfoundation/scratch-audio/compare/v1.0.291...v1.0.292) (2024-10-26) + + +### Bug Fixes + +* **deps:** lock file maintenance ([0767f38](https://github.com/scratchfoundation/scratch-audio/commit/0767f38531fc1622867a480d1b1bd938c9a5a444)) + ## [1.0.291](https://github.com/scratchfoundation/scratch-audio/compare/v1.0.290...v1.0.291) (2024-10-26) diff --git a/package-lock.json b/package-lock.json index 1ec7cd0..c676757 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-audio", - "version": "1.0.291", + "version": "1.0.292", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-audio", - "version": "1.0.291", + "version": "1.0.292", "license": "BSD-3-Clause", "dependencies": { "audio-context": "^1.0.1", diff --git a/package.json b/package.json index 1c88225..66e7d4b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-audio", - "version": "1.0.291", + "version": "1.0.292", "description": "audio engine for scratch 3.0", "main": "dist.js", "browser": "./src/index.js",