From 8410776c6e9aa24965d110ea576889063d830564 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 29 Nov 2024 10:47:15 +0000 Subject: [PATCH] chore(release): 2.0.5 [skip ci] ## [2.0.5](https://github.com/scratchfoundation/scratch-sb1-converter/compare/v2.0.4...v2.0.5) (2024-11-29) ### Bug Fixes * **deps:** lock file maintenance ([#372](https://github.com/scratchfoundation/scratch-sb1-converter/issues/372)) ([26b8fbd](https://github.com/scratchfoundation/scratch-sb1-converter/commit/26b8fbd6ebf73de0e674563571d13b0771f1cb3d)) --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a5b9a4..a8a7144 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.5](https://github.com/scratchfoundation/scratch-sb1-converter/compare/v2.0.4...v2.0.5) (2024-11-29) + + +### Bug Fixes + +* **deps:** lock file maintenance ([#372](https://github.com/scratchfoundation/scratch-sb1-converter/issues/372)) ([26b8fbd](https://github.com/scratchfoundation/scratch-sb1-converter/commit/26b8fbd6ebf73de0e674563571d13b0771f1cb3d)) + ## [2.0.4](https://github.com/scratchfoundation/scratch-sb1-converter/compare/v2.0.3...v2.0.4) (2024-11-29) diff --git a/package-lock.json b/package-lock.json index 5dfe7d6..b713859 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-sb1-converter", - "version": "2.0.4", + "version": "2.0.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-sb1-converter", - "version": "2.0.4", + "version": "2.0.5", "license": "AGPL-3.0-only", "dependencies": { "js-md5": "^0.7.3", diff --git a/package.json b/package.json index 6251c3d..11f25e4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-sb1-converter", - "version": "2.0.4", + "version": "2.0.5", "description": "Scratch 1 (.sb) to Scratch 2 (.sb2) conversion library for Scratch 3.0", "author": "Scratch Foundation", "license": "AGPL-3.0-only",