From 62a875779b67c4a890b78917ff77d5218415ed0f Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 2 Dec 2024 07:30:50 +0000 Subject: [PATCH] chore(release): 4.0.11 [skip ci] ## [4.0.11](https://github.com/scratchfoundation/scratch-storage/compare/v4.0.10...v4.0.11) (2024-12-02) ### Bug Fixes * **deps:** lock file maintenance ([99c7062](https://github.com/scratchfoundation/scratch-storage/commit/99c7062afb7bd7ccf5f17c68c2c609d98ec0100a)) --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 4 ++-- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 281ca87c..9e2c55b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.11](https://github.com/scratchfoundation/scratch-storage/compare/v4.0.10...v4.0.11) (2024-12-02) + + +### Bug Fixes + +* **deps:** lock file maintenance ([99c7062](https://github.com/scratchfoundation/scratch-storage/commit/99c7062afb7bd7ccf5f17c68c2c609d98ec0100a)) + ## [4.0.10](https://github.com/scratchfoundation/scratch-storage/compare/v4.0.9...v4.0.10) (2024-12-01) diff --git a/package-lock.json b/package-lock.json index bd165c16..af7ab67e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-storage", - "version": "4.0.10", + "version": "4.0.11", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-storage", - "version": "4.0.10", + "version": "4.0.11", "license": "AGPL-3.0-only", "dependencies": { "@babel/runtime": "^7.21.0", diff --git a/package.json b/package.json index 7823e167..82b1a674 100644 --- a/package.json +++ b/package.json @@ -1,13 +1,13 @@ { "name": "scratch-storage", - "version": "4.0.10", + "version": "4.0.11", "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": "202c91a2c7a5fbb8fbc53b7c0408160ed2272a60" + "sha": "99c7062afb7bd7ccf5f17c68c2c609d98ec0100a" }, "main": "./dist/node/scratch-storage.js", "browser": "./dist/web/scratch-storage.js",