diff --git a/CHANGELOG.md b/CHANGELOG.md index 975ed1e..0e66825 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.310](https://github.com/scratchfoundation/scratch-sb1-converter/compare/v1.0.309...v1.0.310) (2024-11-15) + + +### Bug Fixes + +* **deps:** lock file maintenance ([#357](https://github.com/scratchfoundation/scratch-sb1-converter/issues/357)) ([e921078](https://github.com/scratchfoundation/scratch-sb1-converter/commit/e921078e0fa22c8e062d0f6ba31744702cfbef29)) + ## [1.0.309](https://github.com/scratchfoundation/scratch-sb1-converter/compare/v1.0.308...v1.0.309) (2024-11-15) diff --git a/package-lock.json b/package-lock.json index a8918f9..0ee281e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-sb1-converter", - "version": "1.0.309", + "version": "1.0.310", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-sb1-converter", - "version": "1.0.309", + "version": "1.0.310", "license": "BSD-3-Clause", "dependencies": { "js-md5": "^0.7.3", diff --git a/package.json b/package.json index f106079..9b73293 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-sb1-converter", - "version": "1.0.309", + "version": "1.0.310", "description": "Scratch 1 (.sb) to Scratch 2 (.sb2) conversion library for Scratch 3.0", "author": "Scratch Foundation", "license": "BSD-3-Clause",