From 48d8487990e7296f96ce09ede9a68a103e5c2fe7 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 1 Nov 2024 07:40:06 +0000 Subject: [PATCH] chore(release): 3.0.10 [skip ci] ## [3.0.10](https://github.com/scratchfoundation/scratch-storage/compare/v3.0.9...v3.0.10) (2024-11-01) ### Bug Fixes * **deps:** lock file maintenance ([4f4d9d4](https://github.com/scratchfoundation/scratch-storage/commit/4f4d9d4f1110287bf0b8db9525e04430bcdfb0a4)) --- 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 17274b44..b3aa4b94 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.10](https://github.com/scratchfoundation/scratch-storage/compare/v3.0.9...v3.0.10) (2024-11-01) + + +### Bug Fixes + +* **deps:** lock file maintenance ([4f4d9d4](https://github.com/scratchfoundation/scratch-storage/commit/4f4d9d4f1110287bf0b8db9525e04430bcdfb0a4)) + ## [3.0.9](https://github.com/scratchfoundation/scratch-storage/compare/v3.0.8...v3.0.9) (2024-10-31) diff --git a/package-lock.json b/package-lock.json index 4727c939..517900e3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-storage", - "version": "3.0.9", + "version": "3.0.10", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-storage", - "version": "3.0.9", + "version": "3.0.10", "license": "BSD-3-Clause", "dependencies": { "@babel/runtime": "^7.21.0", diff --git a/package.json b/package.json index b0ecd85e..59aae551 100644 --- a/package.json +++ b/package.json @@ -1,13 +1,13 @@ { "name": "scratch-storage", - "version": "3.0.9", + "version": "3.0.10", "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": "2b5e2a429de6cceb3707e9b2a2dbc4d3085be52c" + "sha": "4f4d9d4f1110287bf0b8db9525e04430bcdfb0a4" }, "main": "./dist/node/scratch-storage.js", "browser": "./dist/web/scratch-storage.js",