diff --git a/CHANGELOG.md b/CHANGELOG.md index cd4efcea..a0c3558e 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.3](https://github.com/scratchfoundation/scratch-storage/compare/v3.0.2...v3.0.3) (2024-10-26) + + +### Bug Fixes + +* **deps:** lock file maintenance ([a218bd0](https://github.com/scratchfoundation/scratch-storage/commit/a218bd0476d0196d6a53f801abe0cc35931bf0a8)) + ## [3.0.2](https://github.com/scratchfoundation/scratch-storage/compare/v3.0.1...v3.0.2) (2024-10-25) diff --git a/package-lock.json b/package-lock.json index 98e40859..fee1d3da 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-storage", - "version": "3.0.2", + "version": "3.0.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-storage", - "version": "3.0.2", + "version": "3.0.3", "license": "BSD-3-Clause", "dependencies": { "@babel/runtime": "^7.21.0", diff --git a/package.json b/package.json index c7c33425..07165d5a 100644 --- a/package.json +++ b/package.json @@ -1,13 +1,13 @@ { "name": "scratch-storage", - "version": "3.0.2", + "version": "3.0.3", "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": "dc79c07809c15ab174f6577fb3ba55e810c52959" + "sha": "e6720b911f133eb2ae17a453ccfd68c73529bbc1" }, "main": "./dist/node/scratch-storage.js", "browser": "./dist/web/scratch-storage.js",