chore(release): 4.0.17 [skip ci]

## [4.0.17](https://github.com/scratchfoundation/scratch-storage/compare/v4.0.16...v4.0.17) (2024-12-06)

### Bug Fixes

* **deps:** lock file maintenance ([8796cfe](8796cfe7de))
This commit is contained in:
semantic-release-bot 2024-12-06 09:46:40 +00:00
parent 16b931c8d1
commit 89b3db9540
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.17](https://github.com/scratchfoundation/scratch-storage/compare/v4.0.16...v4.0.17) (2024-12-06)
### Bug Fixes
* **deps:** lock file maintenance ([8796cfe](https://github.com/scratchfoundation/scratch-storage/commit/8796cfe7de12436a740bae60881e4f2f8fa26c8d))
## [4.0.16](https://github.com/scratchfoundation/scratch-storage/compare/v4.0.15...v4.0.16) (2024-12-06)

4
package-lock.json generated
View file

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

View file

@ -1,13 +1,13 @@
{
"name": "scratch-storage",
"version": "4.0.16",
"version": "4.0.17",
"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": "ab23029a6be0778aa2ef3fae97e34ebc15a34dee"
"sha": "16b931c8d12b271481ce59941f842d898b113e82"
},
"main": "./dist/node/scratch-storage.js",
"browser": "./dist/web/scratch-storage.js",