From 731fcce8e082755e4e5d3e542579ff55e1b39e98 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 16 Jan 2025 08:51:59 +0000 Subject: [PATCH] chore(release): 4.0.32 [skip ci] ## [4.0.32](https://github.com/scratchfoundation/scratch-storage/compare/v4.0.31...v4.0.32) (2025-01-16) ### Bug Fixes * **deps:** lock file maintenance ([f087dd6](https://github.com/scratchfoundation/scratch-storage/commit/f087dd697133aaa8bbde142bfec6bb92136aff61)) --- 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 99f43d1c..7325df5f 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.32](https://github.com/scratchfoundation/scratch-storage/compare/v4.0.31...v4.0.32) (2025-01-16) + + +### Bug Fixes + +* **deps:** lock file maintenance ([f087dd6](https://github.com/scratchfoundation/scratch-storage/commit/f087dd697133aaa8bbde142bfec6bb92136aff61)) + ## [4.0.31](https://github.com/scratchfoundation/scratch-storage/compare/v4.0.30...v4.0.31) (2025-01-15) diff --git a/package-lock.json b/package-lock.json index 393c587d..6fdc732b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-storage", - "version": "4.0.31", + "version": "4.0.32", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-storage", - "version": "4.0.31", + "version": "4.0.32", "license": "AGPL-3.0-only", "dependencies": { "@babel/runtime": "^7.21.0", diff --git a/package.json b/package.json index 6571db88..f4a3f8ff 100644 --- a/package.json +++ b/package.json @@ -1,13 +1,13 @@ { "name": "scratch-storage", - "version": "4.0.31", + "version": "4.0.32", "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": "ced07e10b558a22f01aec1dd386b0cd94f8dad2e" + "sha": "8764321bdd01e17ea1e731e2980f146e3aff56fe" }, "main": "./dist/node/scratch-storage.js", "browser": "./dist/web/scratch-storage.js",