From db93dbf66c8805e9c83d30b98c86760ae7609272 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 9 Feb 2025 08:35:28 +0000 Subject: [PATCH] chore(release): 4.0.49 [skip ci] ## [4.0.49](https://github.com/scratchfoundation/scratch-storage/compare/v4.0.48...v4.0.49) (2025-02-09) ### Bug Fixes * **deps:** lock file maintenance ([d0bc217](https://github.com/scratchfoundation/scratch-storage/commit/d0bc2174cc7180edfd8b6cede06e168ad3913c58)) --- 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 74a10e99..48b6286e 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.49](https://github.com/scratchfoundation/scratch-storage/compare/v4.0.48...v4.0.49) (2025-02-09) + + +### Bug Fixes + +* **deps:** lock file maintenance ([d0bc217](https://github.com/scratchfoundation/scratch-storage/commit/d0bc2174cc7180edfd8b6cede06e168ad3913c58)) + ## [4.0.48](https://github.com/scratchfoundation/scratch-storage/compare/v4.0.47...v4.0.48) (2025-02-08) diff --git a/package-lock.json b/package-lock.json index 53f35151..9655d37d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-storage", - "version": "4.0.48", + "version": "4.0.49", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-storage", - "version": "4.0.48", + "version": "4.0.49", "license": "AGPL-3.0-only", "dependencies": { "@babel/runtime": "^7.21.0", diff --git a/package.json b/package.json index 0ee5eb07..0f8d47f9 100644 --- a/package.json +++ b/package.json @@ -1,13 +1,13 @@ { "name": "scratch-storage", - "version": "4.0.48", + "version": "4.0.49", "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": "7cf25e72d392d030ad6dee7aa23a5bdd0752c0da" + "sha": "20722505c6c5e3393b10bbc1a97023b67a288a16" }, "main": "./dist/node/scratch-storage.js", "browser": "./dist/web/scratch-storage.js",