scratch-audio 2.0.1 → 2.0.2
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +7 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
@@ -3,6 +3,13 @@
|
|
3
3
|
All notable changes to this project will be documented in this file. See
|
4
4
|
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
5
5
|
|
6
|
+
## [2.0.2](https://github.com/scratchfoundation/scratch-audio/compare/v2.0.1...v2.0.2) (2024-11-27)
|
7
|
+
|
8
|
+
|
9
|
+
### Bug Fixes
|
10
|
+
|
11
|
+
* **deps:** lock file maintenance ([0ea01b1](https://github.com/scratchfoundation/scratch-audio/commit/0ea01b1c89941d093b27896f9ffbc875fe83ee76))
|
12
|
+
|
6
13
|
## [2.0.1](https://github.com/scratchfoundation/scratch-audio/compare/v2.0.0...v2.0.1) (2024-11-26)
|
7
14
|
|
8
15
|
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "scratch-audio",
|
3
|
-
"version": "2.0.
|
3
|
+
"version": "2.0.2",
|
4
4
|
"description": "audio engine for scratch 3.0",
|
5
5
|
"main": "dist.js",
|
6
6
|
"browser": "./src/index.js",
|
@@ -38,7 +38,7 @@
|
|
38
38
|
"eslint-config-scratch": "9.0.9",
|
39
39
|
"husky": "8.0.3",
|
40
40
|
"json": "9.0.6",
|
41
|
-
"scratch-semantic-release-config": "
|
41
|
+
"scratch-semantic-release-config": "3.0.0",
|
42
42
|
"semantic-release": "19.0.5",
|
43
43
|
"tap": "12.7.0",
|
44
44
|
"web-audio-test-api": "0.5.2",
|