chore(release): 1.0.292 [skip ci]

## [1.0.292](https://github.com/scratchfoundation/scratch-sb1-converter/compare/v1.0.291...v1.0.292) (2024-10-29)

### Bug Fixes

* **deps:** lock file maintenance ([22c2670](22c2670e22))
This commit is contained in:
semantic-release-bot 2024-10-29 06:52:49 +00:00
parent 22c2670e22
commit cc70a54ff2
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.
## [1.0.292](https://github.com/scratchfoundation/scratch-sb1-converter/compare/v1.0.291...v1.0.292) (2024-10-29)
### Bug Fixes
* **deps:** lock file maintenance ([22c2670](https://github.com/scratchfoundation/scratch-sb1-converter/commit/22c2670e22e9b18f34e6adfadeaa442f75a7f8de))
## [1.0.291](https://github.com/scratchfoundation/scratch-sb1-converter/compare/v1.0.290...v1.0.291) (2024-10-28)

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "scratch-sb1-converter",
"version": "1.0.291",
"version": "1.0.292",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "scratch-sb1-converter",
"version": "1.0.291",
"version": "1.0.292",
"license": "BSD-3-Clause",
"dependencies": {
"js-md5": "^0.7.3",

View file

@ -1,6 +1,6 @@
{
"name": "scratch-sb1-converter",
"version": "1.0.291",
"version": "1.0.292",
"description": "Scratch 1 (.sb) to Scratch 2 (.sb2) conversion library for Scratch 3.0",
"author": "Scratch Foundation",
"license": "BSD-3-Clause",