diff --git a/CHANGELOG.md b/CHANGELOG.md index da6c62a5..b94e9d79 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.233](https://github.com/scratchfoundation/scratch-storage/compare/v2.3.232...v2.3.233) (2024-09-03) + + +### Bug Fixes + +* **deps:** lock file maintenance ([1169792](https://github.com/scratchfoundation/scratch-storage/commit/1169792ad8add788951510d539ec02754d23051c)) + ## [2.3.232](https://github.com/scratchfoundation/scratch-storage/compare/v2.3.231...v2.3.232) (2024-09-02) diff --git a/package-lock.json b/package-lock.json index 0e38838f..2ac24c90 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-storage", - "version": "2.3.232", + "version": "2.3.233", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-storage", - "version": "2.3.232", + "version": "2.3.233", "license": "BSD-3-Clause", "dependencies": { "@babel/runtime": "^7.21.0", diff --git a/package.json b/package.json index 9f1092b5..c0651d57 100644 --- a/package.json +++ b/package.json @@ -1,13 +1,13 @@ { "name": "scratch-storage", - "version": "2.3.232", + "version": "2.3.233", "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": "79cd9e5c2959c51e45bfadd816994b92ebe49817" + "sha": "1169792ad8add788951510d539ec02754d23051c" }, "main": "./dist/node/scratch-storage.js", "browser": "./dist/web/scratch-storage.js",