chore(release): 2.0.49 [skip ci]

## [2.0.49](https://github.com/scratchfoundation/scratch-sb1-converter/compare/v2.0.48...v2.0.49) (2025-01-26)

### Bug Fixes

* **deps:** lock file maintenance ([](https://github.com/scratchfoundation/scratch-sb1-converter/issues/402)) ([b6408cf](b6408cfd8d))
This commit is contained in:
semantic-release-bot 2025-01-26 09:18:07 +00:00
parent b6408cfd8d
commit 379c39c66c
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
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [2.0.49](https://github.com/scratchfoundation/scratch-sb1-converter/compare/v2.0.48...v2.0.49) (2025-01-26)
### Bug Fixes
* **deps:** lock file maintenance ([#402](https://github.com/scratchfoundation/scratch-sb1-converter/issues/402)) ([b6408cf](https://github.com/scratchfoundation/scratch-sb1-converter/commit/b6408cfd8d32d4d242b738080538bc4d7a2e4aec))
## [2.0.48](https://github.com/scratchfoundation/scratch-sb1-converter/compare/v2.0.47...v2.0.48) (2025-01-25)

4
package-lock.json generated
View file

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

View file

@ -1,6 +1,6 @@
{
"name": "scratch-sb1-converter",
"version": "2.0.48",
"version": "2.0.49",
"description": "Scratch 1 (.sb) to Scratch 2 (.sb2) conversion library for Scratch 3.0",
"author": "Scratch Foundation",
"license": "AGPL-3.0-only",