From 60240c5b0ce5cc87e2bcfaf6d21d6cb38c87e0db Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 16 Nov 2024 06:02:11 +0000 Subject: [PATCH] chore(release): 3.0.29 [skip ci] ## [3.0.29](https://github.com/scratchfoundation/scratch-storage/compare/v3.0.28...v3.0.29) (2024-11-16) ### Bug Fixes * **deps:** lock file maintenance ([d238ddb](https://github.com/scratchfoundation/scratch-storage/commit/d238ddb0cbd4d41c70658d74a04ecf1579f21c51)) --- 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 a7ce6410..7637f1b4 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. +## [3.0.29](https://github.com/scratchfoundation/scratch-storage/compare/v3.0.28...v3.0.29) (2024-11-16) + + +### Bug Fixes + +* **deps:** lock file maintenance ([d238ddb](https://github.com/scratchfoundation/scratch-storage/commit/d238ddb0cbd4d41c70658d74a04ecf1579f21c51)) + ## [3.0.28](https://github.com/scratchfoundation/scratch-storage/compare/v3.0.27...v3.0.28) (2024-11-15) diff --git a/package-lock.json b/package-lock.json index 3c310201..3e87cc88 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-storage", - "version": "3.0.28", + "version": "3.0.29", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-storage", - "version": "3.0.28", + "version": "3.0.29", "license": "BSD-3-Clause", "dependencies": { "@babel/runtime": "^7.21.0", diff --git a/package.json b/package.json index f72598a5..429708b0 100644 --- a/package.json +++ b/package.json @@ -1,13 +1,13 @@ { "name": "scratch-storage", - "version": "3.0.28", + "version": "3.0.29", "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": "50c83930762202e1ffd4c3334dbd466ba71c36a8" + "sha": "af8296638de0ae718a2a8e6f149d3baaa099aa77" }, "main": "./dist/node/scratch-storage.js", "browser": "./dist/web/scratch-storage.js",