mirror of
https://github.com/scratchfoundation/scratch-storage.git
synced 2025-06-16 09:11:02 -04:00
chore(release): 4.0.127 [skip ci]
## [4.0.127](https://github.com/scratchfoundation/scratch-storage/compare/v4.0.126...v4.0.127) (2025-05-03) ### Bug Fixes * **deps:** lock file maintenance ([d822c03
](d822c03c80
))
This commit is contained in:
parent
d822c03c80
commit
8a02e98ab4
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.127](https://github.com/scratchfoundation/scratch-storage/compare/v4.0.126...v4.0.127) (2025-05-03)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **deps:** lock file maintenance ([d822c03](https://github.com/scratchfoundation/scratch-storage/commit/d822c03c806ae3bbb9b9c1c4f186818f6bc2e5bb))
|
||||
|
||||
## [4.0.126](https://github.com/scratchfoundation/scratch-storage/compare/v4.0.125...v4.0.126) (2025-05-02)
|
||||
|
||||
|
||||
|
|
4
package-lock.json
generated
4
package-lock.json
generated
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "scratch-storage",
|
||||
"version": "4.0.126",
|
||||
"version": "4.0.127",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "scratch-storage",
|
||||
"version": "4.0.126",
|
||||
"version": "4.0.127",
|
||||
"license": "AGPL-3.0-only",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.21.0",
|
||||
|
|
|
@ -1,13 +1,13 @@
|
|||
{
|
||||
"name": "scratch-storage",
|
||||
"version": "4.0.126",
|
||||
"version": "4.0.127",
|
||||
"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": "897a07481f77920a48ea6aef3497d62a353e8115"
|
||||
"sha": "d822c03c806ae3bbb9b9c1c4f186818f6bc2e5bb"
|
||||
},
|
||||
"main": "./dist/node/scratch-storage.js",
|
||||
"browser": "./dist/web/scratch-storage.js",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue