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](26b8fbd6eb))
This commit is contained in:
semantic-release-bot 2024-11-29 10:47:15 +00:00
parent 26b8fbd6eb
commit 8410776c6e
3 changed files with 10 additions and 3 deletions

View file

@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file. See All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines. [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) ## [2.0.4](https://github.com/scratchfoundation/scratch-sb1-converter/compare/v2.0.3...v2.0.4) (2024-11-29)

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{ {
"name": "scratch-sb1-converter", "name": "scratch-sb1-converter",
"version": "2.0.4", "version": "2.0.5",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "scratch-sb1-converter", "name": "scratch-sb1-converter",
"version": "2.0.4", "version": "2.0.5",
"license": "AGPL-3.0-only", "license": "AGPL-3.0-only",
"dependencies": { "dependencies": {
"js-md5": "^0.7.3", "js-md5": "^0.7.3",

View file

@ -1,6 +1,6 @@
{ {
"name": "scratch-sb1-converter", "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", "description": "Scratch 1 (.sb) to Scratch 2 (.sb2) conversion library for Scratch 3.0",
"author": "Scratch Foundation", "author": "Scratch Foundation",
"license": "AGPL-3.0-only", "license": "AGPL-3.0-only",