From 97b7a6baf7b9e7bab8ee6f0f904822c6c59068ac Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 6 May 2024 07:13:13 +0000 Subject: [PATCH] chore(release): 1.0.106 [skip ci] ## [1.0.106](https://github.com/scratchfoundation/scratch-audio/compare/v1.0.105...v1.0.106) (2024-05-06) ### Bug Fixes * **deps:** lock file maintenance ([9f8308b](https://github.com/scratchfoundation/scratch-audio/commit/9f8308bfedb24ba3249766bfa90e365810e70bf4)) --- 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 25c5779..6aa63f4 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.106](https://github.com/scratchfoundation/scratch-audio/compare/v1.0.105...v1.0.106) (2024-05-06) + + +### Bug Fixes + +* **deps:** lock file maintenance ([9f8308b](https://github.com/scratchfoundation/scratch-audio/commit/9f8308bfedb24ba3249766bfa90e365810e70bf4)) + ## [1.0.105](https://github.com/scratchfoundation/scratch-audio/compare/v1.0.104...v1.0.105) (2024-05-05) diff --git a/package-lock.json b/package-lock.json index 54dea83..fbabca2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-audio", - "version": "1.0.105", + "version": "1.0.106", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-audio", - "version": "1.0.105", + "version": "1.0.106", "license": "BSD-3-Clause", "dependencies": { "audio-context": "^1.0.1", diff --git a/package.json b/package.json index e037e2e..de0d475 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-audio", - "version": "1.0.105", + "version": "1.0.106", "description": "audio engine for scratch 3.0", "main": "dist.js", "browser": "./src/index.js",