chore(release): 4.0.75 [skip ci]

## [4.0.75](https://github.com/scratchfoundation/scratch-storage/compare/v4.0.74...v4.0.75) (2025-03-10)

### Bug Fixes

* **deps:** lock file maintenance ([97a6eb8](97a6eb8712))
This commit is contained in:
semantic-release-bot 2025-03-10 06:46:30 +00:00
parent 97a6eb8712
commit c56a2c00a1
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.75](https://github.com/scratchfoundation/scratch-storage/compare/v4.0.74...v4.0.75) (2025-03-10)
### Bug Fixes
* **deps:** lock file maintenance ([97a6eb8](https://github.com/scratchfoundation/scratch-storage/commit/97a6eb871254bd160425f81075e57c804e22d764))
## [4.0.74](https://github.com/scratchfoundation/scratch-storage/compare/v4.0.73...v4.0.74) (2025-03-09)

4
package-lock.json generated
View file

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

View file

@ -1,13 +1,13 @@
{
"name": "scratch-storage",
"version": "4.0.74",
"version": "4.0.75",
"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": "8d4f0071f5ff3599c33a0886a94e42f43d227a98"
"sha": "97a6eb871254bd160425f81075e57c804e22d764"
},
"main": "./dist/node/scratch-storage.js",
"browser": "./dist/web/scratch-storage.js",