diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ed4b861..f170a0f0 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.250](https://github.com/scratchfoundation/scratch-storage/compare/v2.3.249...v2.3.250) (2024-09-15) + + +### Bug Fixes + +* **deps:** lock file maintenance ([40ed4a0](https://github.com/scratchfoundation/scratch-storage/commit/40ed4a076eb5132296bcd4a82ab3d2433705eb6d)) + ## [2.3.249](https://github.com/scratchfoundation/scratch-storage/compare/v2.3.248...v2.3.249) (2024-09-14) diff --git a/package-lock.json b/package-lock.json index 08af26c9..1cdc2e97 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-storage", - "version": "2.3.249", + "version": "2.3.250", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-storage", - "version": "2.3.249", + "version": "2.3.250", "license": "BSD-3-Clause", "dependencies": { "@babel/runtime": "^7.21.0", diff --git a/package.json b/package.json index 57ecc1fb..b35eb067 100644 --- a/package.json +++ b/package.json @@ -1,13 +1,13 @@ { "name": "scratch-storage", - "version": "2.3.249", + "version": "2.3.250", "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": "14998f273fa40ce533b3b79856778d8d93cb97d7" + "sha": "40ed4a076eb5132296bcd4a82ab3d2433705eb6d" }, "main": "./dist/node/scratch-storage.js", "browser": "./dist/web/scratch-storage.js",