Skip to content

Commit f7556d2

Browse files
chore(release): 4.0.109 [skip ci]
## [4.0.109](v4.0.108...v4.0.109) (2025-04-13) ### Bug Fixes * **deps:** lock file maintenance ([9a9ac75](9a9ac75))
1 parent 9a9ac75 commit f7556d2

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
All notable changes to this project will be documented in this file. See
44
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [4.0.109](https://github.com/scratchfoundation/scratch-storage/compare/v4.0.108...v4.0.109) (2025-04-13)
7+
8+
9+
### Bug Fixes
10+
11+
* **deps:** lock file maintenance ([9a9ac75](https://github.com/scratchfoundation/scratch-storage/commit/9a9ac75fe28a825b66da006266e2063cb2974840))
12+
613
## [4.0.108](https://github.com/scratchfoundation/scratch-storage/compare/v4.0.107...v4.0.108) (2025-04-12)
714

815

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "scratch-storage",
3-
"version": "4.0.108",
3+
"version": "4.0.109",
44
"description": "Load and store project and asset files for Scratch 3.0",
55
"license": "AGPL-3.0-only",
66
"homepage": "https://github.com/scratchfoundation/scratch-storage#readme",
77
"repository": {
88
"type": "git",
99
"url": "https://github.com/scratchfoundation/scratch-storage.git",
10-
"sha": "c24ead85235495764097c538126e3a2f96908a42"
10+
"sha": "9a9ac75fe28a825b66da006266e2063cb2974840"
1111
},
1212
"main": "./dist/node/scratch-storage.js",
1313
"browser": "./dist/web/scratch-storage.js",

0 commit comments

Comments
 (0)