From bad3112c96e3db4e731e5b36d086b6a92b507865 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 3 Oct 2024 07:44:11 +0000 Subject: [PATCH] chore(release): 2.3.269 [skip ci] ## [2.3.269](https://github.com/scratchfoundation/scratch-storage/compare/v2.3.268...v2.3.269) (2024-10-03) ### Bug Fixes * **deps:** lock file maintenance ([07ac7e7](https://github.com/scratchfoundation/scratch-storage/commit/07ac7e7b99ba51381be5c6326b4acc0791f45888)) --- 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 73813699..fe41a023 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.269](https://github.com/scratchfoundation/scratch-storage/compare/v2.3.268...v2.3.269) (2024-10-03) + + +### Bug Fixes + +* **deps:** lock file maintenance ([07ac7e7](https://github.com/scratchfoundation/scratch-storage/commit/07ac7e7b99ba51381be5c6326b4acc0791f45888)) + ## [2.3.268](https://github.com/scratchfoundation/scratch-storage/compare/v2.3.267...v2.3.268) (2024-10-02) diff --git a/package-lock.json b/package-lock.json index b99e6858..870ce9ae 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-storage", - "version": "2.3.268", + "version": "2.3.269", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-storage", - "version": "2.3.268", + "version": "2.3.269", "license": "BSD-3-Clause", "dependencies": { "@babel/runtime": "^7.21.0", diff --git a/package.json b/package.json index 2f6d6ee7..c4adc509 100644 --- a/package.json +++ b/package.json @@ -1,13 +1,13 @@ { "name": "scratch-storage", - "version": "2.3.268", + "version": "2.3.269", "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": "22e8244ddee15ab82e339ca091ebeba37c343101" + "sha": "07ac7e7b99ba51381be5c6326b4acc0791f45888" }, "main": "./dist/node/scratch-storage.js", "browser": "./dist/web/scratch-storage.js",