diff --git a/CHANGELOG.md b/CHANGELOG.md index 2111e2a6..a7ce6410 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.28](https://github.com/scratchfoundation/scratch-storage/compare/v3.0.27...v3.0.28) (2024-11-15) + + +### Bug Fixes + +* **deps:** lock file maintenance ([b8047b0](https://github.com/scratchfoundation/scratch-storage/commit/b8047b0e3747d16d08e120068aa321f36655d5d5)) + ## [3.0.27](https://github.com/scratchfoundation/scratch-storage/compare/v3.0.26...v3.0.27) (2024-11-15) diff --git a/package-lock.json b/package-lock.json index 99165a66..d7a54fe6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-storage", - "version": "3.0.27", + "version": "3.0.28", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-storage", - "version": "3.0.27", + "version": "3.0.28", "license": "BSD-3-Clause", "dependencies": { "@babel/runtime": "^7.21.0", diff --git a/package.json b/package.json index fb6ce77d..f72598a5 100644 --- a/package.json +++ b/package.json @@ -1,13 +1,13 @@ { "name": "scratch-storage", - "version": "3.0.27", + "version": "3.0.28", "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": "885540cec3c2a905f92d2f65305d902ecbe44c38" + "sha": "50c83930762202e1ffd4c3334dbd466ba71c36a8" }, "main": "./dist/node/scratch-storage.js", "browser": "./dist/web/scratch-storage.js",