From f358af1c9a7d3e00a3a3a6feb3f0096ed7322a39 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 7 Sep 2024 06:27:22 +0000 Subject: [PATCH] chore(release): 1.0.242 [skip ci] ## [1.0.242](https://github.com/scratchfoundation/scratch-audio/compare/v1.0.241...v1.0.242) (2024-09-07) ### Bug Fixes * **deps:** lock file maintenance ([4ef93eb](https://github.com/scratchfoundation/scratch-audio/commit/4ef93eb7fd7eb3d21a5d15d659afae4834dea0af)) --- 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 544843a..8e822ff 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.242](https://github.com/scratchfoundation/scratch-audio/compare/v1.0.241...v1.0.242) (2024-09-07) + + +### Bug Fixes + +* **deps:** lock file maintenance ([4ef93eb](https://github.com/scratchfoundation/scratch-audio/commit/4ef93eb7fd7eb3d21a5d15d659afae4834dea0af)) + ## [1.0.241](https://github.com/scratchfoundation/scratch-audio/compare/v1.0.240...v1.0.241) (2024-09-07) diff --git a/package-lock.json b/package-lock.json index 098dc20..35cdfc7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-audio", - "version": "1.0.241", + "version": "1.0.242", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-audio", - "version": "1.0.241", + "version": "1.0.242", "license": "BSD-3-Clause", "dependencies": { "audio-context": "^1.0.1", diff --git a/package.json b/package.json index c0b7b4c..1379603 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-audio", - "version": "1.0.241", + "version": "1.0.242", "description": "audio engine for scratch 3.0", "main": "dist.js", "browser": "./src/index.js",