chore(release): 4.0.85 [skip ci]

## [4.0.85](https://github.com/scratchfoundation/scratch-storage/compare/v4.0.84...v4.0.85) (2025-03-19)

### Bug Fixes

* **deps:** lock file maintenance ([3a38ebe](3a38ebe947))
This commit is contained in:
semantic-release-bot 2025-03-19 06:07:41 +00:00
parent 3a38ebe947
commit 22c1ba84dd
3 changed files with 11 additions and 4 deletions

View file

@ -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.
## [4.0.85](https://github.com/scratchfoundation/scratch-storage/compare/v4.0.84...v4.0.85) (2025-03-19)
### Bug Fixes
* **deps:** lock file maintenance ([3a38ebe](https://github.com/scratchfoundation/scratch-storage/commit/3a38ebe947c5428d378925d8fbd182d31ced7574))
## [4.0.84](https://github.com/scratchfoundation/scratch-storage/compare/v4.0.83...v4.0.84) (2025-03-18)

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "scratch-storage",
"version": "4.0.84",
"version": "4.0.85",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "scratch-storage",
"version": "4.0.84",
"version": "4.0.85",
"license": "AGPL-3.0-only",
"dependencies": {
"@babel/runtime": "^7.21.0",

View file

@ -1,13 +1,13 @@
{
"name": "scratch-storage",
"version": "4.0.84",
"version": "4.0.85",
"description": "Load and store project and asset files for Scratch 3.0",
"license": "AGPL-3.0-only",
"homepage": "https://github.com/scratchfoundation/scratch-storage#readme",
"repository": {
"type": "git",
"url": "https://github.com/scratchfoundation/scratch-storage.git",
"sha": "0c887b64d1416475c51d7917547666b041059b87"
"sha": "3a38ebe947c5428d378925d8fbd182d31ced7574"
},
"main": "./dist/node/scratch-storage.js",
"browser": "./dist/web/scratch-storage.js",