chore(release): 4.0.199 [skip ci]

## [4.0.199](https://github.com/scratchfoundation/scratch-storage/compare/v4.0.198...v4.0.199) (2025-07-29)

### Bug Fixes

* **deps:** lock file maintenance ([756a239](756a2397cf))
This commit is contained in:
semantic-release-bot 2025-07-29 06:41:14 +00:00
parent 756a2397cf
commit 88e66e730b
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.199](https://github.com/scratchfoundation/scratch-storage/compare/v4.0.198...v4.0.199) (2025-07-29)
### Bug Fixes
* **deps:** lock file maintenance ([756a239](https://github.com/scratchfoundation/scratch-storage/commit/756a2397cff462a58606a1a1e7506e4174d7db34))
## [4.0.198](https://github.com/scratchfoundation/scratch-storage/compare/v4.0.197...v4.0.198) (2025-07-26)

4
package-lock.json generated
View file

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

View file

@ -1,13 +1,13 @@
{
"name": "scratch-storage",
"version": "4.0.198",
"version": "4.0.199",
"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": "5e5a8d6c9bd5cf5384723479ed6efdbc2ae71cbe"
"sha": "756a2397cff462a58606a1a1e7506e4174d7db34"
},
"main": "./dist/node/scratch-storage.js",
"browser": "./dist/web/scratch-storage.js",