chore(release): 4.0.137 [skip ci]

## [4.0.137](https://github.com/scratchfoundation/scratch-storage/compare/v4.0.136...v4.0.137) (2025-05-15)

### Bug Fixes

* **deps:** lock file maintenance ([31f6ac6](31f6ac6557))
This commit is contained in:
semantic-release-bot 2025-05-15 07:15:33 +00:00
parent 31f6ac6557
commit 068b9cb100
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.137](https://github.com/scratchfoundation/scratch-storage/compare/v4.0.136...v4.0.137) (2025-05-15)
### Bug Fixes
* **deps:** lock file maintenance ([31f6ac6](https://github.com/scratchfoundation/scratch-storage/commit/31f6ac65570c4a87c792d25e9934c96cac18285e))
## [4.0.136](https://github.com/scratchfoundation/scratch-storage/compare/v4.0.135...v4.0.136) (2025-05-14)

4
package-lock.json generated
View file

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

View file

@ -1,13 +1,13 @@
{
"name": "scratch-storage",
"version": "4.0.136",
"version": "4.0.137",
"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": "f32ed9c4bc3eefdbf517037f687773ce562280f2"
"sha": "31f6ac65570c4a87c792d25e9934c96cac18285e"
},
"main": "./dist/node/scratch-storage.js",
"browser": "./dist/web/scratch-storage.js",