diff --git a/CHANGELOG.md b/CHANGELOG.md index 5cb924f..544843a 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.241](https://github.com/scratchfoundation/scratch-audio/compare/v1.0.240...v1.0.241) (2024-09-07) + + +### Bug Fixes + +* **deps:** lock file maintenance ([af476b3](https://github.com/scratchfoundation/scratch-audio/commit/af476b3ba4ed782c44c0362bf73bce8a56fefea6)) + ## [1.0.240](https://github.com/scratchfoundation/scratch-audio/compare/v1.0.239...v1.0.240) (2024-09-06) diff --git a/package-lock.json b/package-lock.json index 9188c83..5b3dd50 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-audio", - "version": "1.0.240", + "version": "1.0.241", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-audio", - "version": "1.0.240", + "version": "1.0.241", "license": "BSD-3-Clause", "dependencies": { "audio-context": "^1.0.1", diff --git a/package.json b/package.json index 6073564..c0b7b4c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-audio", - "version": "1.0.240", + "version": "1.0.241", "description": "audio engine for scratch 3.0", "main": "dist.js", "browser": "./src/index.js",