diff --git a/CHANGELOG.md b/CHANGELOG.md index 50f5fd0..e689437 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. +## [1.0.209](https://github.com/scratchfoundation/scratch-sb1-converter/compare/v1.0.208...v1.0.209) (2024-08-15) + + +### Bug Fixes + +* **deps:** lock file maintenance ([6e5acb5](https://github.com/scratchfoundation/scratch-sb1-converter/commit/6e5acb539e758837d8d7baca2740e783dea950c8)) + ## [1.0.208](https://github.com/scratchfoundation/scratch-sb1-converter/compare/v1.0.207...v1.0.208) (2024-08-15) diff --git a/package-lock.json b/package-lock.json index 271415b..2299bdb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-sb1-converter", - "version": "1.0.208", + "version": "1.0.209", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-sb1-converter", - "version": "1.0.208", + "version": "1.0.209", "license": "BSD-3-Clause", "dependencies": { "js-md5": "^0.7.3", diff --git a/package.json b/package.json index 2ade240..0279064 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-sb1-converter", - "version": "1.0.208", + "version": "1.0.209", "description": "Scratch 1 (.sb) to Scratch 2 (.sb2) conversion library for Scratch 3.0", "author": "Scratch Foundation", "license": "BSD-3-Clause",