chore(release): 2.0.45 [skip ci]

## [2.0.45](https://github.com/scratchfoundation/scratch-sb1-converter/compare/v2.0.44...v2.0.45) (2025-01-21)

### Bug Fixes

* **deps:** lock file maintenance ([f4b64cb](f4b64cb143))
This commit is contained in:
semantic-release-bot 2025-01-21 09:38:33 +00:00
parent f4b64cb143
commit 9b1ebe046f
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.45](https://github.com/scratchfoundation/scratch-sb1-converter/compare/v2.0.44...v2.0.45) (2025-01-21)
### Bug Fixes
* **deps:** lock file maintenance ([f4b64cb](https://github.com/scratchfoundation/scratch-sb1-converter/commit/f4b64cb1436ea51de79332f791a45cda868d0fd4))
## [2.0.44](https://github.com/scratchfoundation/scratch-sb1-converter/compare/v2.0.43...v2.0.44) (2025-01-19) ## [2.0.44](https://github.com/scratchfoundation/scratch-sb1-converter/compare/v2.0.43...v2.0.44) (2025-01-19)

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{ {
"name": "scratch-sb1-converter", "name": "scratch-sb1-converter",
"version": "2.0.44", "version": "2.0.45",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "scratch-sb1-converter", "name": "scratch-sb1-converter",
"version": "2.0.44", "version": "2.0.45",
"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.44", "version": "2.0.45",
"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",