From bb4ca82593a5b5dd7e57821afab9852bd21ffce3 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 6 Jul 2024 09:28:14 +0000 Subject: [PATCH] chore(release): 1.0.168 [skip ci] ## [1.0.168](https://github.com/scratchfoundation/scratch-audio/compare/v1.0.167...v1.0.168) (2024-07-06) ### Bug Fixes * **deps:** lock file maintenance ([129f330](https://github.com/scratchfoundation/scratch-audio/commit/129f330038608901d053213f4717553ea9d5af5c)) --- 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 519ec4e..62f3c8a 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.168](https://github.com/scratchfoundation/scratch-audio/compare/v1.0.167...v1.0.168) (2024-07-06) + + +### Bug Fixes + +* **deps:** lock file maintenance ([129f330](https://github.com/scratchfoundation/scratch-audio/commit/129f330038608901d053213f4717553ea9d5af5c)) + ## [1.0.167](https://github.com/scratchfoundation/scratch-audio/compare/v1.0.166...v1.0.167) (2024-07-06) diff --git a/package-lock.json b/package-lock.json index 150bae1..26d28c4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-audio", - "version": "1.0.167", + "version": "1.0.168", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-audio", - "version": "1.0.167", + "version": "1.0.168", "license": "BSD-3-Clause", "dependencies": { "audio-context": "^1.0.1", diff --git a/package.json b/package.json index 4c2cf94..02212e8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-audio", - "version": "1.0.167", + "version": "1.0.168", "description": "audio engine for scratch 3.0", "main": "dist.js", "browser": "./src/index.js",