mirror of
https://github.com/scratchfoundation/scratch-storage.git
synced 2025-07-02 17:40:33 -04:00
chore(release): 4.0.69 [skip ci]
## [4.0.69](https://github.com/scratchfoundation/scratch-storage/compare/v4.0.68...v4.0.69) (2025-03-05) ### Bug Fixes * **deps:** lock file maintenance ([6395bb4
](6395bb4025
))
This commit is contained in:
parent
6395bb4025
commit
1657a6eb49
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.69](https://github.com/scratchfoundation/scratch-storage/compare/v4.0.68...v4.0.69) (2025-03-05)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **deps:** lock file maintenance ([6395bb4](https://github.com/scratchfoundation/scratch-storage/commit/6395bb402560f2130679b389b9ea7c4ea208e46b))
|
||||
|
||||
## [4.0.68](https://github.com/scratchfoundation/scratch-storage/compare/v4.0.67...v4.0.68) (2025-03-05)
|
||||
|
||||
|
||||
|
|
4
package-lock.json
generated
4
package-lock.json
generated
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "scratch-storage",
|
||||
"version": "4.0.68",
|
||||
"version": "4.0.69",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "scratch-storage",
|
||||
"version": "4.0.68",
|
||||
"version": "4.0.69",
|
||||
"license": "AGPL-3.0-only",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.21.0",
|
||||
|
|
|
@ -1,13 +1,13 @@
|
|||
{
|
||||
"name": "scratch-storage",
|
||||
"version": "4.0.68",
|
||||
"version": "4.0.69",
|
||||
"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": "6ceb24c717f0df74a498cbf5d909f3af0aad4645"
|
||||
"sha": "6395bb402560f2130679b389b9ea7c4ea208e46b"
|
||||
},
|
||||
"main": "./dist/node/scratch-storage.js",
|
||||
"browser": "./dist/web/scratch-storage.js",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue