From 611485bae49fa329f98befabae72465ff12fef4d Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 14 Dec 2024 07:06:28 +0000 Subject: [PATCH] chore(release): 2.0.13 [skip ci] ## [2.0.13](https://github.com/scratchfoundation/scratch-sb1-converter/compare/v2.0.12...v2.0.13) (2024-12-14) ### Bug Fixes * **deps:** lock file maintenance ([#377](https://github.com/scratchfoundation/scratch-sb1-converter/issues/377)) ([d77a993](https://github.com/scratchfoundation/scratch-sb1-converter/commit/d77a993fcdfa15b46a652941393d09f2195d9006)) --- 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 ccceab1..2dcb0b7 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.13](https://github.com/scratchfoundation/scratch-sb1-converter/compare/v2.0.12...v2.0.13) (2024-12-14) + + +### Bug Fixes + +* **deps:** lock file maintenance ([#377](https://github.com/scratchfoundation/scratch-sb1-converter/issues/377)) ([d77a993](https://github.com/scratchfoundation/scratch-sb1-converter/commit/d77a993fcdfa15b46a652941393d09f2195d9006)) + ## [2.0.12](https://github.com/scratchfoundation/scratch-sb1-converter/compare/v2.0.11...v2.0.12) (2024-12-13) diff --git a/package-lock.json b/package-lock.json index 4ded2d2..da8585f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-sb1-converter", - "version": "2.0.12", + "version": "2.0.13", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-sb1-converter", - "version": "2.0.12", + "version": "2.0.13", "license": "AGPL-3.0-only", "dependencies": { "js-md5": "^0.7.3", diff --git a/package.json b/package.json index ec8c91f..74d9f51 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-sb1-converter", - "version": "2.0.12", + "version": "2.0.13", "description": "Scratch 1 (.sb) to Scratch 2 (.sb2) conversion library for Scratch 3.0", "author": "Scratch Foundation", "license": "AGPL-3.0-only",