diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f964882..93e842cd 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. +## [2.3.243](https://github.com/scratchfoundation/scratch-storage/compare/v2.3.242...v2.3.243) (2024-09-11) + + +### Bug Fixes + +* **deps:** lock file maintenance ([a36bf67](https://github.com/scratchfoundation/scratch-storage/commit/a36bf676fb1eacc9028b5484994b9c93e3456622)) + ## [2.3.242](https://github.com/scratchfoundation/scratch-storage/compare/v2.3.241...v2.3.242) (2024-09-11) diff --git a/package-lock.json b/package-lock.json index 07831d68..e03680c0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-storage", - "version": "2.3.242", + "version": "2.3.243", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-storage", - "version": "2.3.242", + "version": "2.3.243", "license": "BSD-3-Clause", "dependencies": { "@babel/runtime": "^7.21.0", diff --git a/package.json b/package.json index 4cf34a2f..7fa6fe53 100644 --- a/package.json +++ b/package.json @@ -1,13 +1,13 @@ { "name": "scratch-storage", - "version": "2.3.242", + "version": "2.3.243", "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": "430923e6ac789e56446a7025dcf6e1888e149905" + "sha": "8936c65f6e2a908f01e9f140edaa29aaaa84c9f0" }, "main": "./dist/node/scratch-storage.js", "browser": "./dist/web/scratch-storage.js",