diff --git a/CHANGELOG.md b/CHANGELOG.md index f88ffed..bca3e7b 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. +## [4.0.131](https://github.com/scratchfoundation/scratch-storage/compare/v4.0.130...v4.0.131) (2025-05-07) + + +### Bug Fixes + +* **deps:** lock file maintenance ([6993252](https://github.com/scratchfoundation/scratch-storage/commit/69932522259add5cdcf6400ec9cf9b8e397a8a2f)) + ## [4.0.130](https://github.com/scratchfoundation/scratch-storage/compare/v4.0.129...v4.0.130) (2025-05-06) diff --git a/package-lock.json b/package-lock.json index 0a6d153..d310fae 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-storage", - "version": "4.0.130", + "version": "4.0.131", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-storage", - "version": "4.0.130", + "version": "4.0.131", "license": "AGPL-3.0-only", "dependencies": { "@babel/runtime": "^7.21.0", diff --git a/package.json b/package.json index 01e6030..a2f2f03 100644 --- a/package.json +++ b/package.json @@ -1,13 +1,13 @@ { "name": "scratch-storage", - "version": "4.0.130", + "version": "4.0.131", "description": "Load and store project and asset files for Scratch 3.0", "license": "AGPL-3.0-only", "homepage": "https://github.com/scratchfoundation/scratch-storage#readme", "repository": { "type": "git", "url": "https://github.com/scratchfoundation/scratch-storage.git", - "sha": "6c087d7651a4a2a22407bf3fb8f460b6b0159f2b" + "sha": "69932522259add5cdcf6400ec9cf9b8e397a8a2f" }, "main": "./dist/node/scratch-storage.js", "browser": "./dist/web/scratch-storage.js",