diff --git a/CHANGELOG.md b/CHANGELOG.md index a0c3558e..910e97ff 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. +## [3.0.4](https://github.com/scratchfoundation/scratch-storage/compare/v3.0.3...v3.0.4) (2024-10-27) + + +### Bug Fixes + +* **deps:** lock file maintenance ([2f0ba80](https://github.com/scratchfoundation/scratch-storage/commit/2f0ba80631ef0986007705e31e4842e6785c5d89)) + ## [3.0.3](https://github.com/scratchfoundation/scratch-storage/compare/v3.0.2...v3.0.3) (2024-10-26) diff --git a/package-lock.json b/package-lock.json index 89e2a03a..0b450753 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-storage", - "version": "3.0.3", + "version": "3.0.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-storage", - "version": "3.0.3", + "version": "3.0.4", "license": "BSD-3-Clause", "dependencies": { "@babel/runtime": "^7.21.0", diff --git a/package.json b/package.json index 07165d5a..b2feb7a7 100644 --- a/package.json +++ b/package.json @@ -1,13 +1,13 @@ { "name": "scratch-storage", - "version": "3.0.3", + "version": "3.0.4", "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": "e6720b911f133eb2ae17a453ccfd68c73529bbc1" + "sha": "2f0ba80631ef0986007705e31e4842e6785c5d89" }, "main": "./dist/node/scratch-storage.js", "browser": "./dist/web/scratch-storage.js",