mirror of
https://github.com/scratchfoundation/scratch-audio.git
synced 2025-06-15 06:10:26 -04:00
chore(release): 2.0.124 [skip ci]
## [2.0.124](https://github.com/scratchfoundation/scratch-audio/compare/v2.0.123...v2.0.124) (2025-04-17) ### Bug Fixes * **deps:** lock file maintenance ([a525777
](a52577772a
))
This commit is contained in:
parent
a52577772a
commit
f2b2e1211b
3 changed files with 10 additions and 3 deletions
|
@ -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.124](https://github.com/scratchfoundation/scratch-audio/compare/v2.0.123...v2.0.124) (2025-04-17)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **deps:** lock file maintenance ([a525777](https://github.com/scratchfoundation/scratch-audio/commit/a52577772a87a391b20b44794e784c78b8cf4095))
|
||||
|
||||
## [2.0.123](https://github.com/scratchfoundation/scratch-audio/compare/v2.0.122...v2.0.123) (2025-04-15)
|
||||
|
||||
|
||||
|
|
4
package-lock.json
generated
4
package-lock.json
generated
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "scratch-audio",
|
||||
"version": "2.0.123",
|
||||
"version": "2.0.124",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "scratch-audio",
|
||||
"version": "2.0.123",
|
||||
"version": "2.0.124",
|
||||
"license": "AGPL-3.0-only",
|
||||
"dependencies": {
|
||||
"audio-context": "^1.0.1",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "scratch-audio",
|
||||
"version": "2.0.123",
|
||||
"version": "2.0.124",
|
||||
"description": "audio engine for scratch 3.0",
|
||||
"main": "dist.js",
|
||||
"browser": "./src/index.js",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue