From 8ef72188dae293b360ca1a9d13e2162d8e61f832 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 20 Dec 2024 18:58:44 +0000 Subject: [PATCH] chore(release): 4.0.23 [skip ci] ## [4.0.23](https://github.com/scratchfoundation/scratch-storage/compare/v4.0.22...v4.0.23) (2024-12-20) ### Bug Fixes * **deps:** buffer is a runtime dependency ([3616355](https://github.com/scratchfoundation/scratch-storage/commit/361635522767fdbbf2816e9ddc943bdd2d59fca4)) --- 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 c53f850e..31c3f07e 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.23](https://github.com/scratchfoundation/scratch-storage/compare/v4.0.22...v4.0.23) (2024-12-20) + + +### Bug Fixes + +* **deps:** buffer is a runtime dependency ([3616355](https://github.com/scratchfoundation/scratch-storage/commit/361635522767fdbbf2816e9ddc943bdd2d59fca4)) + ## [4.0.22](https://github.com/scratchfoundation/scratch-storage/compare/v4.0.21...v4.0.22) (2024-12-10) diff --git a/package-lock.json b/package-lock.json index 3d0aab6e..44c51832 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-storage", - "version": "4.0.22", + "version": "4.0.23", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-storage", - "version": "4.0.22", + "version": "4.0.23", "license": "AGPL-3.0-only", "dependencies": { "@babel/runtime": "^7.21.0", diff --git a/package.json b/package.json index 56f608af..0e166200 100644 --- a/package.json +++ b/package.json @@ -1,13 +1,13 @@ { "name": "scratch-storage", - "version": "4.0.22", + "version": "4.0.23", "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": "ca84557ec72679bd039fc315d38a6a63e4ee431b" + "sha": "361635522767fdbbf2816e9ddc943bdd2d59fca4" }, "main": "./dist/node/scratch-storage.js", "browser": "./dist/web/scratch-storage.js",