diff --git a/CHANGELOG.md b/CHANGELOG.md index 069815d..b52561c 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. +## [2.0.34](https://github.com/scratchfoundation/scratch-sb1-converter/compare/v2.0.33...v2.0.34) (2025-01-06) + + +### Bug Fixes + +* **deps:** lock file maintenance ([f2bc667](https://github.com/scratchfoundation/scratch-sb1-converter/commit/f2bc667fd5c553bbf88be34c5457c45d87d6567d)) + ## [2.0.33](https://github.com/scratchfoundation/scratch-sb1-converter/compare/v2.0.32...v2.0.33) (2025-01-04) diff --git a/package-lock.json b/package-lock.json index 68203e1..2ad38ae 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-sb1-converter", - "version": "2.0.33", + "version": "2.0.34", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-sb1-converter", - "version": "2.0.33", + "version": "2.0.34", "license": "AGPL-3.0-only", "dependencies": { "js-md5": "^0.7.3", diff --git a/package.json b/package.json index 5488b34..0f8f958 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-sb1-converter", - "version": "2.0.33", + "version": "2.0.34", "description": "Scratch 1 (.sb) to Scratch 2 (.sb2) conversion library for Scratch 3.0", "author": "Scratch Foundation", "license": "AGPL-3.0-only",