From 435eb53d0a76858cc1dde60c74a891feb52e557d Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 22 Feb 2024 18:05:46 +0000 Subject: [PATCH] chore(release): 1.0.5 [skip ci] ## [1.0.5](https://github.com/scratchfoundation/scratch-sb1-converter/compare/v1.0.4...v1.0.5) (2024-02-22) ### Bug Fixes * **deps:** update dependency scratch-semantic-release-config to v1.0.13 ([b1ecec2](https://github.com/scratchfoundation/scratch-sb1-converter/commit/b1ecec2d63422d81078bd8a7caddb36b4f4853c7)) --- 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 7642380..34e5758 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.5](https://github.com/scratchfoundation/scratch-sb1-converter/compare/v1.0.4...v1.0.5) (2024-02-22) + + +### Bug Fixes + +* **deps:** update dependency scratch-semantic-release-config to v1.0.13 ([b1ecec2](https://github.com/scratchfoundation/scratch-sb1-converter/commit/b1ecec2d63422d81078bd8a7caddb36b4f4853c7)) + ## [1.0.4](https://github.com/scratchfoundation/scratch-sb1-converter/compare/v1.0.3...v1.0.4) (2024-02-22) diff --git a/package-lock.json b/package-lock.json index beb32df..73cb47a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-sb1-converter", - "version": "1.0.4", + "version": "1.0.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-sb1-converter", - "version": "1.0.4", + "version": "1.0.5", "license": "BSD-3-Clause", "dependencies": { "js-md5": "^0.7.3", diff --git a/package.json b/package.json index aa6fa80..faf0b00 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-sb1-converter", - "version": "1.0.4", + "version": "1.0.5", "description": "Scratch 1 (.sb) to Scratch 2 (.sb2) conversion library for Scratch 3.0", "author": "Scratch Foundation", "license": "BSD-3-Clause",