From 16980060beedb4598c2fce21e0ebc2b690085f12 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 9 Nov 2024 09:34:37 +0000 Subject: [PATCH] chore(release): 3.0.21 [skip ci] ## [3.0.21](https://github.com/scratchfoundation/scratch-storage/compare/v3.0.20...v3.0.21) (2024-11-09) ### Bug Fixes * **deps:** lock file maintenance ([baa3a1e](https://github.com/scratchfoundation/scratch-storage/commit/baa3a1ed034be927586165f04bef414b20b2f656)) --- 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 7c8fb338..dac34748 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.21](https://github.com/scratchfoundation/scratch-storage/compare/v3.0.20...v3.0.21) (2024-11-09) + + +### Bug Fixes + +* **deps:** lock file maintenance ([baa3a1e](https://github.com/scratchfoundation/scratch-storage/commit/baa3a1ed034be927586165f04bef414b20b2f656)) + ## [3.0.20](https://github.com/scratchfoundation/scratch-storage/compare/v3.0.19...v3.0.20) (2024-11-09) diff --git a/package-lock.json b/package-lock.json index 52ece126..5737969e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-storage", - "version": "3.0.20", + "version": "3.0.21", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-storage", - "version": "3.0.20", + "version": "3.0.21", "license": "BSD-3-Clause", "dependencies": { "@babel/runtime": "^7.21.0", diff --git a/package.json b/package.json index 37caf935..847dc189 100644 --- a/package.json +++ b/package.json @@ -1,13 +1,13 @@ { "name": "scratch-storage", - "version": "3.0.20", + "version": "3.0.21", "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": "b8ffe54bb90b5bc8515b66ee0fa86d65ec5f0bb7" + "sha": "48dc98d9d6cfb496f1501104e3f9ba36d108c36d" }, "main": "./dist/node/scratch-storage.js", "browser": "./dist/web/scratch-storage.js",