chore(release): 2.0.34 [skip ci]

## [2.0.34](https://github.com/scratchfoundation/scratch-audio/compare/v2.0.33...v2.0.34) (2024-12-22)

### Bug Fixes

* **deps:** lock file maintenance ([a11c59a](a11c59a540))
This commit is contained in:
semantic-release-bot 2024-12-22 10:15:27 +00:00
parent 6a7b945b83
commit 8d4ff3319e
3 changed files with 10 additions and 3 deletions

View file

@ -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.34](https://github.com/scratchfoundation/scratch-audio/compare/v2.0.33...v2.0.34) (2024-12-22)
### Bug Fixes
* **deps:** lock file maintenance ([a11c59a](https://github.com/scratchfoundation/scratch-audio/commit/a11c59a540a2783b1bf78119ff4dcec682051e98))
## [2.0.33](https://github.com/scratchfoundation/scratch-audio/compare/v2.0.32...v2.0.33) (2024-12-22)

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "scratch-audio",
"version": "2.0.33",
"version": "2.0.34",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "scratch-audio",
"version": "2.0.33",
"version": "2.0.34",
"license": "AGPL-3.0-only",
"dependencies": {
"audio-context": "^1.0.1",

View file

@ -1,6 +1,6 @@
{
"name": "scratch-audio",
"version": "2.0.33",
"version": "2.0.34",
"description": "audio engine for scratch 3.0",
"main": "dist.js",
"browser": "./src/index.js",