chore(release): 1.0.302 [skip ci]

## [1.0.302](https://github.com/scratchfoundation/scratch-sb1-converter/compare/v1.0.301...v1.0.302) (2024-11-08)

### Bug Fixes

* **deps:** lock file maintenance ([#354](https://github.com/scratchfoundation/scratch-sb1-converter/issues/354)) ([f535b9c](f535b9c261))
This commit is contained in:
semantic-release-bot 2024-11-08 10:49:17 +00:00
parent f535b9c261
commit 468c16a04c
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.302](https://github.com/scratchfoundation/scratch-sb1-converter/compare/v1.0.301...v1.0.302) (2024-11-08)
### Bug Fixes
* **deps:** lock file maintenance ([#354](https://github.com/scratchfoundation/scratch-sb1-converter/issues/354)) ([f535b9c](https://github.com/scratchfoundation/scratch-sb1-converter/commit/f535b9c2618f9c63c3f8916c57d481a78240bd5f))
## [1.0.301](https://github.com/scratchfoundation/scratch-sb1-converter/compare/v1.0.300...v1.0.301) (2024-11-08)

4
package-lock.json generated
View file

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

View file

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