Skip to content

Commit 22c1ba8

Browse files
chore(release): 4.0.85 [skip ci]
## [4.0.85](v4.0.84...v4.0.85) (2025-03-19) ### Bug Fixes * **deps:** lock file maintenance ([3a38ebe](3a38ebe))
1 parent 3a38ebe commit 22c1ba8

3 files changed

Lines changed: 11 additions & 4 deletions

File tree

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.85](https://github.com/scratchfoundation/scratch-storage/compare/v4.0.84...v4.0.85) (2025-03-19)
7+
8+
9+
### Bug Fixes
10+
11+
* **deps:** lock file maintenance ([3a38ebe](https://github.com/scratchfoundation/scratch-storage/commit/3a38ebe947c5428d378925d8fbd182d31ced7574))
12+
613
## [4.0.84](https://github.com/scratchfoundation/scratch-storage/compare/v4.0.83...v4.0.84) (2025-03-18)
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.84",
3+
"version": "4.0.85",
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": "0c887b64d1416475c51d7917547666b041059b87"
10+
"sha": "3a38ebe947c5428d378925d8fbd182d31ced7574"
1111
},
1212
"main": "./dist/node/scratch-storage.js",
1313
"browser": "./dist/web/scratch-storage.js",

0 commit comments

Comments
 (0)