mirror of
https://github.com/scratchfoundation/scratch-storage.git
synced 2025-06-17 01:31:13 -04:00
chore(release): 4.0.136 [skip ci]
## [4.0.136](https://github.com/scratchfoundation/scratch-storage/compare/v4.0.135...v4.0.136) (2025-05-14) ### Bug Fixes * **deps:** lock file maintenance ([f32ed9c
](f32ed9c4bc
))
This commit is contained in:
parent
f32ed9c4bc
commit
08fe8f7c47
3 changed files with 11 additions and 4 deletions
|
@ -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.136](https://github.com/scratchfoundation/scratch-storage/compare/v4.0.135...v4.0.136) (2025-05-14)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **deps:** lock file maintenance ([f32ed9c](https://github.com/scratchfoundation/scratch-storage/commit/f32ed9c4bc3eefdbf517037f687773ce562280f2))
|
||||
|
||||
## [4.0.135](https://github.com/scratchfoundation/scratch-storage/compare/v4.0.134...v4.0.135) (2025-05-13)
|
||||
|
||||
|
||||
|
|
4
package-lock.json
generated
4
package-lock.json
generated
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "scratch-storage",
|
||||
"version": "4.0.135",
|
||||
"version": "4.0.136",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "scratch-storage",
|
||||
"version": "4.0.135",
|
||||
"version": "4.0.136",
|
||||
"license": "AGPL-3.0-only",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.21.0",
|
||||
|
|
|
@ -1,13 +1,13 @@
|
|||
{
|
||||
"name": "scratch-storage",
|
||||
"version": "4.0.135",
|
||||
"version": "4.0.136",
|
||||
"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": "d83a019a74ef889e533b90995021cfa6ca1be95f"
|
||||
"sha": "f32ed9c4bc3eefdbf517037f687773ce562280f2"
|
||||
},
|
||||
"main": "./dist/node/scratch-storage.js",
|
||||
"browser": "./dist/web/scratch-storage.js",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue