From cd1aed874700bdd95b72b262d1170c1a5a65ec74 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 1 Mar 2025 10:05:47 +0000 Subject: [PATCH] chore(release): 4.0.64 [skip ci] ## [4.0.64](https://github.com/scratchfoundation/scratch-storage/compare/v4.0.63...v4.0.64) (2025-03-01) ### Bug Fixes * **deps:** lock file maintenance ([8982b38](https://github.com/scratchfoundation/scratch-storage/commit/8982b38578268498940a4cb49051470d70ae8c83)) --- 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 dbaed89f..d4d89cd9 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.64](https://github.com/scratchfoundation/scratch-storage/compare/v4.0.63...v4.0.64) (2025-03-01) + + +### Bug Fixes + +* **deps:** lock file maintenance ([8982b38](https://github.com/scratchfoundation/scratch-storage/commit/8982b38578268498940a4cb49051470d70ae8c83)) + ## [4.0.63](https://github.com/scratchfoundation/scratch-storage/compare/v4.0.62...v4.0.63) (2025-02-28) diff --git a/package-lock.json b/package-lock.json index efb10917..958440ba 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-storage", - "version": "4.0.63", + "version": "4.0.64", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-storage", - "version": "4.0.63", + "version": "4.0.64", "license": "AGPL-3.0-only", "dependencies": { "@babel/runtime": "^7.21.0", diff --git a/package.json b/package.json index 38f2b5ff..d94372b9 100644 --- a/package.json +++ b/package.json @@ -1,13 +1,13 @@ { "name": "scratch-storage", - "version": "4.0.63", + "version": "4.0.64", "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": "e54f762471fa7dfc1af9cc3666ed793f7f3716a2" + "sha": "8982b38578268498940a4cb49051470d70ae8c83" }, "main": "./dist/node/scratch-storage.js", "browser": "./dist/web/scratch-storage.js",