From 5c467cc435de314cb2cd770525c0ff9fa762d7ac Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 6 Dec 2024 06:58:23 +0000 Subject: [PATCH] chore(release): 4.0.16 [skip ci] ## [4.0.16](https://github.com/scratchfoundation/scratch-storage/compare/v4.0.15...v4.0.16) (2024-12-06) ### Bug Fixes * **deps:** lock file maintenance ([7b87b00](https://github.com/scratchfoundation/scratch-storage/commit/7b87b00c181f62124d236e96f388b87b280b9053)) --- 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 2f20bcf0..68e24e15 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.16](https://github.com/scratchfoundation/scratch-storage/compare/v4.0.15...v4.0.16) (2024-12-06) + + +### Bug Fixes + +* **deps:** lock file maintenance ([7b87b00](https://github.com/scratchfoundation/scratch-storage/commit/7b87b00c181f62124d236e96f388b87b280b9053)) + ## [4.0.15](https://github.com/scratchfoundation/scratch-storage/compare/v4.0.14...v4.0.15) (2024-12-05) diff --git a/package-lock.json b/package-lock.json index 38879a73..c530b8b8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-storage", - "version": "4.0.15", + "version": "4.0.16", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-storage", - "version": "4.0.15", + "version": "4.0.16", "license": "AGPL-3.0-only", "dependencies": { "@babel/runtime": "^7.21.0", diff --git a/package.json b/package.json index 31dfb63e..5692ddf9 100644 --- a/package.json +++ b/package.json @@ -1,13 +1,13 @@ { "name": "scratch-storage", - "version": "4.0.15", + "version": "4.0.16", "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": "13de6be2de1ac36e1166e1edd6c12cc46cdb9411" + "sha": "ab23029a6be0778aa2ef3fae97e34ebc15a34dee" }, "main": "./dist/node/scratch-storage.js", "browser": "./dist/web/scratch-storage.js",