diff --git a/CHANGELOG.md b/CHANGELOG.md index 83bc66a..51ef5bb 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.83](https://github.com/scratchfoundation/scratch-storage/compare/v4.0.82...v4.0.83) (2025-03-16) + + +### Bug Fixes + +* **deps:** lock file maintenance ([748ea48](https://github.com/scratchfoundation/scratch-storage/commit/748ea486e57ff5e2de20e03ad75d451586acd229)) + ## [4.0.82](https://github.com/scratchfoundation/scratch-storage/compare/v4.0.81...v4.0.82) (2025-03-16) diff --git a/package-lock.json b/package-lock.json index fa918a9..e483563 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-storage", - "version": "4.0.82", + "version": "4.0.83", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-storage", - "version": "4.0.82", + "version": "4.0.83", "license": "AGPL-3.0-only", "dependencies": { "@babel/runtime": "^7.21.0", diff --git a/package.json b/package.json index e1620fd..f92e595 100644 --- a/package.json +++ b/package.json @@ -1,13 +1,13 @@ { "name": "scratch-storage", - "version": "4.0.82", + "version": "4.0.83", "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": "69def3bb151ed25d60510fd4ca41ad6d74810c21" + "sha": "748ea486e57ff5e2de20e03ad75d451586acd229" }, "main": "./dist/node/scratch-storage.js", "browser": "./dist/web/scratch-storage.js",