chore(release): 4.0.83 [skip ci]

## [4.0.83](https://github.com/scratchfoundation/scratch-storage/compare/v4.0.82...v4.0.83) (2025-03-16)

### Bug Fixes

* **deps:** lock file maintenance ([748ea48](748ea486e5))
This commit is contained in:
semantic-release-bot 2025-03-16 09:33:42 +00:00
parent 748ea486e5
commit 96861bb7b5
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.83](https://github.com/scratchfoundation/scratch-storage/compare/v4.0.82...v4.0.83) (2025-03-16)
### Bug Fixes
* **deps:** lock file maintenance ([748ea48](https://github.com/scratchfoundation/scratch-storage/commit/748ea486e57ff5e2de20e03ad75d451586acd229))
## [4.0.82](https://github.com/scratchfoundation/scratch-storage/compare/v4.0.81...v4.0.82) (2025-03-16)

4
package-lock.json generated
View file

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

View file

@ -1,13 +1,13 @@
{
"name": "scratch-storage",
"version": "4.0.82",
"version": "4.0.83",
"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": "69def3bb151ed25d60510fd4ca41ad6d74810c21"
"sha": "748ea486e57ff5e2de20e03ad75d451586acd229"
},
"main": "./dist/node/scratch-storage.js",
"browser": "./dist/web/scratch-storage.js",