From 93f85d596a359015b1a5ba5abb768285f784ff3b Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 4 Oct 2024 09:23:54 +0000 Subject: [PATCH] chore(release): 2.3.271 [skip ci] ## [2.3.271](https://github.com/scratchfoundation/scratch-storage/compare/v2.3.270...v2.3.271) (2024-10-04) ### Bug Fixes * **deps:** lock file maintenance ([c58f10e](https://github.com/scratchfoundation/scratch-storage/commit/c58f10e082a109b8eb1b0d1893a20653d7c19c28)) --- 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 25cf7811..6fefcb7d 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. +## [2.3.271](https://github.com/scratchfoundation/scratch-storage/compare/v2.3.270...v2.3.271) (2024-10-04) + + +### Bug Fixes + +* **deps:** lock file maintenance ([c58f10e](https://github.com/scratchfoundation/scratch-storage/commit/c58f10e082a109b8eb1b0d1893a20653d7c19c28)) + ## [2.3.270](https://github.com/scratchfoundation/scratch-storage/compare/v2.3.269...v2.3.270) (2024-10-04) diff --git a/package-lock.json b/package-lock.json index 83563da4..dd427c4e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-storage", - "version": "2.3.270", + "version": "2.3.271", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-storage", - "version": "2.3.270", + "version": "2.3.271", "license": "BSD-3-Clause", "dependencies": { "@babel/runtime": "^7.21.0", diff --git a/package.json b/package.json index 8c9dba59..6b5f212e 100644 --- a/package.json +++ b/package.json @@ -1,13 +1,13 @@ { "name": "scratch-storage", - "version": "2.3.270", + "version": "2.3.271", "description": "Load and store project and asset files for Scratch 3.0", "license": "BSD-3-Clause", "homepage": "https://github.com/scratchfoundation/scratch-storage#readme", "repository": { "type": "git", "url": "https://github.com/scratchfoundation/scratch-storage.git", - "sha": "e9989b12ce1a3731df481629379e071c4319d29a" + "sha": "2a7a68685fdf3bf09be9ccba6ee334794879d59c" }, "main": "./dist/node/scratch-storage.js", "browser": "./dist/web/scratch-storage.js",