diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a52ef71..17274b44 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.9](https://github.com/scratchfoundation/scratch-storage/compare/v3.0.8...v3.0.9) (2024-10-31) + + +### Bug Fixes + +* **deps:** lock file maintenance ([f8e1407](https://github.com/scratchfoundation/scratch-storage/commit/f8e14075ed2be3b9debc6e9ac3341a690137dd07)) + ## [3.0.8](https://github.com/scratchfoundation/scratch-storage/compare/v3.0.7...v3.0.8) (2024-10-31) diff --git a/package-lock.json b/package-lock.json index f5155826..8c414103 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-storage", - "version": "3.0.8", + "version": "3.0.9", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-storage", - "version": "3.0.8", + "version": "3.0.9", "license": "BSD-3-Clause", "dependencies": { "@babel/runtime": "^7.21.0", diff --git a/package.json b/package.json index a4dd6b9e..b0ecd85e 100644 --- a/package.json +++ b/package.json @@ -1,13 +1,13 @@ { "name": "scratch-storage", - "version": "3.0.8", + "version": "3.0.9", "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": "3258eeed3e262ba6aa1f315225a8ec44d21e8a6f" + "sha": "2b5e2a429de6cceb3707e9b2a2dbc4d3085be52c" }, "main": "./dist/node/scratch-storage.js", "browser": "./dist/web/scratch-storage.js",