From 4d2067d0142e323eb60bc85caece6b4fa18efc31 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 6 Nov 2024 07:17:36 +0000 Subject: [PATCH] chore(release): 3.0.16 [skip ci] ## [3.0.16](https://github.com/scratchfoundation/scratch-storage/compare/v3.0.15...v3.0.16) (2024-11-06) ### Bug Fixes * **deps:** lock file maintenance ([fb5fdb6](https://github.com/scratchfoundation/scratch-storage/commit/fb5fdb6f2d5d550ff0db4b9a9b435bb0f66a4713)) --- 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 6380d4aa..f196894a 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.16](https://github.com/scratchfoundation/scratch-storage/compare/v3.0.15...v3.0.16) (2024-11-06) + + +### Bug Fixes + +* **deps:** lock file maintenance ([fb5fdb6](https://github.com/scratchfoundation/scratch-storage/commit/fb5fdb6f2d5d550ff0db4b9a9b435bb0f66a4713)) + ## [3.0.15](https://github.com/scratchfoundation/scratch-storage/compare/v3.0.14...v3.0.15) (2024-11-05) diff --git a/package-lock.json b/package-lock.json index bb7498aa..af51633a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-storage", - "version": "3.0.15", + "version": "3.0.16", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-storage", - "version": "3.0.15", + "version": "3.0.16", "license": "BSD-3-Clause", "dependencies": { "@babel/runtime": "^7.21.0", diff --git a/package.json b/package.json index c05c521f..9805bc04 100644 --- a/package.json +++ b/package.json @@ -1,13 +1,13 @@ { "name": "scratch-storage", - "version": "3.0.15", + "version": "3.0.16", "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": "9789caceffd074748f5bf1147e6db01170c802eb" + "sha": "fb5fdb6f2d5d550ff0db4b9a9b435bb0f66a4713" }, "main": "./dist/node/scratch-storage.js", "browser": "./dist/web/scratch-storage.js",