diff --git a/CHANGELOG.md b/CHANGELOG.md index 48b6286e..78aa62e3 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.50](https://github.com/scratchfoundation/scratch-storage/compare/v4.0.49...v4.0.50) (2025-02-12) + + +### Bug Fixes + +* **deps:** lock file maintenance ([39b6158](https://github.com/scratchfoundation/scratch-storage/commit/39b61580c132d9b3238f2b5d9cd76ac4dd114c5e)) + ## [4.0.49](https://github.com/scratchfoundation/scratch-storage/compare/v4.0.48...v4.0.49) (2025-02-09) diff --git a/package-lock.json b/package-lock.json index d0728112..21c47295 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-storage", - "version": "4.0.49", + "version": "4.0.50", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-storage", - "version": "4.0.49", + "version": "4.0.50", "license": "AGPL-3.0-only", "dependencies": { "@babel/runtime": "^7.21.0", diff --git a/package.json b/package.json index 043a88ef..b585865d 100644 --- a/package.json +++ b/package.json @@ -1,13 +1,13 @@ { "name": "scratch-storage", - "version": "4.0.49", + "version": "4.0.50", "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": "20722505c6c5e3393b10bbc1a97023b67a288a16" + "sha": "929da7dab2e6aa3a779bcc8e204172b8b42173ae" }, "main": "./dist/node/scratch-storage.js", "browser": "./dist/web/scratch-storage.js",