From 4dd8fdb2f3279d1a31bd916a8523c6b7f87320cc Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 24 Oct 2024 07:57:54 +0000 Subject: [PATCH] chore(release): 1.0.289 [skip ci] ## [1.0.289](https://github.com/scratchfoundation/scratch-audio/compare/v1.0.288...v1.0.289) (2024-10-24) ### Bug Fixes * **deps:** lock file maintenance ([f9c9db7](https://github.com/scratchfoundation/scratch-audio/commit/f9c9db794bd7b51339c1c27b6679adc9e32bdbef)) --- 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 01187d3..0c6e5ec 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.289](https://github.com/scratchfoundation/scratch-audio/compare/v1.0.288...v1.0.289) (2024-10-24) + + +### Bug Fixes + +* **deps:** lock file maintenance ([f9c9db7](https://github.com/scratchfoundation/scratch-audio/commit/f9c9db794bd7b51339c1c27b6679adc9e32bdbef)) + ## [1.0.288](https://github.com/scratchfoundation/scratch-audio/compare/v1.0.287...v1.0.288) (2024-10-23) diff --git a/package-lock.json b/package-lock.json index 32ae68b..56cc0e5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-audio", - "version": "1.0.288", + "version": "1.0.289", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-audio", - "version": "1.0.288", + "version": "1.0.289", "license": "BSD-3-Clause", "dependencies": { "audio-context": "^1.0.1", diff --git a/package.json b/package.json index 646dd6a..7608590 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-audio", - "version": "1.0.288", + "version": "1.0.289", "description": "audio engine for scratch 3.0", "main": "dist.js", "browser": "./src/index.js",