chore(release): 3.0.39 [skip ci]

## [3.0.39](https://github.com/scratchfoundation/scratch-storage/compare/v3.0.38...v3.0.39) (2024-11-25)

### Bug Fixes

* **deps:** lock file maintenance ([5d66405](5d66405047))
This commit is contained in:
semantic-release-bot 2024-11-25 08:10:29 +00:00
parent 3ce4eb1f66
commit 80b258d78c
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.
## [3.0.39](https://github.com/scratchfoundation/scratch-storage/compare/v3.0.38...v3.0.39) (2024-11-25)
### Bug Fixes
* **deps:** lock file maintenance ([5d66405](https://github.com/scratchfoundation/scratch-storage/commit/5d6640504763b4a9dde973fda6da7108b99e166a))
## [3.0.38](https://github.com/scratchfoundation/scratch-storage/compare/v3.0.37...v3.0.38) (2024-11-24)

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "scratch-storage",
"version": "3.0.38",
"version": "3.0.39",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "scratch-storage",
"version": "3.0.38",
"version": "3.0.39",
"license": "BSD-3-Clause",
"dependencies": {
"@babel/runtime": "^7.21.0",

View file

@ -1,13 +1,13 @@
{
"name": "scratch-storage",
"version": "3.0.38",
"version": "3.0.39",
"description": "Load and store project and asset files for Scratch 3.0",
"license": "BSD-3-Clause",
"homepage": "https://github.com/scratchfoundation/scratch-storage#readme",
"repository": {
"type": "git",
"url": "https://github.com/scratchfoundation/scratch-storage.git",
"sha": "4dd626a89ab027e7bd0fb7c07803103c000fbc92"
"sha": "3ce4eb1f66902edcbd245b018376c375c2365953"
},
"main": "./dist/node/scratch-storage.js",
"browser": "./dist/web/scratch-storage.js",