diff --git a/CHANGELOG.md b/CHANGELOG.md index 48894ed..8200849 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.20](https://github.com/scratchfoundation/scratch-sb1-converter/compare/v2.0.19...v2.0.20) (2024-12-19) + + +### Bug Fixes + +* **deps:** lock file maintenance ([1c622b2](https://github.com/scratchfoundation/scratch-sb1-converter/commit/1c622b20108a07051a8c47af9daa30b034b5ea24)) + ## [2.0.19](https://github.com/scratchfoundation/scratch-sb1-converter/compare/v2.0.18...v2.0.19) (2024-12-18) diff --git a/package-lock.json b/package-lock.json index aca84d6..d0a6345 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-sb1-converter", - "version": "2.0.19", + "version": "2.0.20", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-sb1-converter", - "version": "2.0.19", + "version": "2.0.20", "license": "AGPL-3.0-only", "dependencies": { "js-md5": "^0.7.3", diff --git a/package.json b/package.json index 42a613f..927b0a1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-sb1-converter", - "version": "2.0.19", + "version": "2.0.20", "description": "Scratch 1 (.sb) to Scratch 2 (.sb2) conversion library for Scratch 3.0", "author": "Scratch Foundation", "license": "AGPL-3.0-only",