diff --git a/CHANGELOG.md b/CHANGELOG.md index a372cc9..7c8c519 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.45](https://github.com/scratchfoundation/scratch-audio/compare/v2.0.44...v2.0.45) (2025-01-06) + + +### Bug Fixes + +* **deps:** lock file maintenance ([a98f63d](https://github.com/scratchfoundation/scratch-audio/commit/a98f63d60a542d49673d2809d418ec78503e2f42)) + ## [2.0.44](https://github.com/scratchfoundation/scratch-audio/compare/v2.0.43...v2.0.44) (2025-01-06) diff --git a/package-lock.json b/package-lock.json index 65da429..cbdf254 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-audio", - "version": "2.0.44", + "version": "2.0.45", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-audio", - "version": "2.0.44", + "version": "2.0.45", "license": "AGPL-3.0-only", "dependencies": { "audio-context": "^1.0.1", diff --git a/package.json b/package.json index 598fb78..5b4a671 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-audio", - "version": "2.0.44", + "version": "2.0.45", "description": "audio engine for scratch 3.0", "main": "dist.js", "browser": "./src/index.js",