diff --git a/CHANGELOG.md b/CHANGELOG.md index 32286711..df2e9384 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.37](https://github.com/scratchfoundation/scratch-storage/compare/v4.0.36...v4.0.37) (2025-01-24) + + +### Bug Fixes + +* **deps:** lock file maintenance ([1821af3](https://github.com/scratchfoundation/scratch-storage/commit/1821af3e3fef715baefab9ad225bb84fd126b33f)) + ## [4.0.36](https://github.com/scratchfoundation/scratch-storage/compare/v4.0.35...v4.0.36) (2025-01-23) diff --git a/package-lock.json b/package-lock.json index cc1c3706..c0cdd835 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-storage", - "version": "4.0.36", + "version": "4.0.37", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-storage", - "version": "4.0.36", + "version": "4.0.37", "license": "AGPL-3.0-only", "dependencies": { "@babel/runtime": "^7.21.0", diff --git a/package.json b/package.json index f01b52fd..da931539 100644 --- a/package.json +++ b/package.json @@ -1,13 +1,13 @@ { "name": "scratch-storage", - "version": "4.0.36", + "version": "4.0.37", "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": "35a4d6791fdac1779128d8e383c5845fdff0b3d9" + "sha": "1821af3e3fef715baefab9ad225bb84fd126b33f" }, "main": "./dist/node/scratch-storage.js", "browser": "./dist/web/scratch-storage.js",