From a1ee1b1cce9f4dae23e441720f6c0bb84888fe4a Mon Sep 17 00:00:00 2001 From: semantic-release-bot <semantic-release-bot@martynus.net> Date: Mon, 6 Jan 2025 09:19:24 +0000 Subject: [PATCH] chore(release): 2.0.35 [skip ci] ## [2.0.35](https://github.com/scratchfoundation/scratch-sb1-converter/compare/v2.0.34...v2.0.35) (2025-01-06) ### Bug Fixes * **deps:** lock file maintenance ([#392](https://github.com/scratchfoundation/scratch-sb1-converter/issues/392)) ([270fd3b](https://github.com/scratchfoundation/scratch-sb1-converter/commit/270fd3bd678dbc904bb4ee7f1745eac76aea27a3)) --- 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 b52561c..ef5e273 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.35](https://github.com/scratchfoundation/scratch-sb1-converter/compare/v2.0.34...v2.0.35) (2025-01-06) + + +### Bug Fixes + +* **deps:** lock file maintenance ([#392](https://github.com/scratchfoundation/scratch-sb1-converter/issues/392)) ([270fd3b](https://github.com/scratchfoundation/scratch-sb1-converter/commit/270fd3bd678dbc904bb4ee7f1745eac76aea27a3)) + ## [2.0.34](https://github.com/scratchfoundation/scratch-sb1-converter/compare/v2.0.33...v2.0.34) (2025-01-06) diff --git a/package-lock.json b/package-lock.json index faa52da..45cf7d0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-sb1-converter", - "version": "2.0.34", + "version": "2.0.35", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-sb1-converter", - "version": "2.0.34", + "version": "2.0.35", "license": "AGPL-3.0-only", "dependencies": { "js-md5": "^0.7.3", diff --git a/package.json b/package.json index 0f8f958..61b8333 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-sb1-converter", - "version": "2.0.34", + "version": "2.0.35", "description": "Scratch 1 (.sb) to Scratch 2 (.sb2) conversion library for Scratch 3.0", "author": "Scratch Foundation", "license": "AGPL-3.0-only",