scratch-audio 1.0.283 → 1.0.285

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -3,6 +3,22 @@
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
+ ## [1.0.285](https://github.com/scratchfoundation/scratch-audio/compare/v1.0.284...v1.0.285) (2024-10-19)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **deps:** lock file maintenance ([cf9f818](https://github.com/scratchfoundation/scratch-audio/commit/cf9f81844892e3acf44fc3534464ddcecfa2af15))
12
+
13
+ ## [1.0.284](https://github.com/scratchfoundation/scratch-audio/compare/v1.0.283...v1.0.284) (2024-10-19)
14
+
15
+
16
+ ### Bug Fixes
17
+
18
+ * **deps:** lock file maintenance ([b0ddb73](https://github.com/scratchfoundation/scratch-audio/commit/b0ddb7358c2c8332ff99b8ac305d4c579f58c247))
19
+ * **deps:** lock file maintenance ([42af998](https://github.com/scratchfoundation/scratch-audio/commit/42af9989a8b1b0fb4461eb07633ecab4ab44bbdf))
20
+ * **deps:** lock file maintenance ([89d5532](https://github.com/scratchfoundation/scratch-audio/commit/89d5532b29c12470c90a06516eb1c4b751fbaadf))
21
+
6
22
  ## [1.0.283](https://github.com/scratchfoundation/scratch-audio/compare/v1.0.282...v1.0.283) (2024-10-15)
7
23
 
8
24
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "scratch-audio",
3
- "version": "1.0.283",
3
+ "version": "1.0.285",
4
4
  "description": "audio engine for scratch 3.0",
5
5
  "main": "dist.js",
6
6
  "browser": "./src/index.js",