diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e7f65c..180cad0 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.161](https://github.com/scratchfoundation/scratch-audio/compare/v1.0.160...v1.0.161) (2024-06-29) + + +### Bug Fixes + +* **deps:** lock file maintenance ([e624bfc](https://github.com/scratchfoundation/scratch-audio/commit/e624bfc7ed16cde10bc7e064052429c48ba01d08)) + ## [1.0.160](https://github.com/scratchfoundation/scratch-audio/compare/v1.0.159...v1.0.160) (2024-06-28) diff --git a/package-lock.json b/package-lock.json index 1405009..16193ea 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-audio", - "version": "1.0.160", + "version": "1.0.161", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-audio", - "version": "1.0.160", + "version": "1.0.161", "license": "BSD-3-Clause", "dependencies": { "audio-context": "^1.0.1", diff --git a/package.json b/package.json index ff18fcf..5042f52 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-audio", - "version": "1.0.160", + "version": "1.0.161", "description": "audio engine for scratch 3.0", "main": "dist.js", "browser": "./src/index.js",