chore(release): 1.0.153 [skip ci]

## [1.0.153](https://github.com/scratchfoundation/scratch-sb1-converter/compare/v1.0.152...v1.0.153) (2024-06-26)

### Bug Fixes

* **deps:** lock file maintenance ([a39749f](a39749f3e6))
This commit is contained in:
semantic-release-bot 2024-06-26 06:25:08 +00:00
parent a39749f3e6
commit 7b02bb8f71
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.153](https://github.com/scratchfoundation/scratch-sb1-converter/compare/v1.0.152...v1.0.153) (2024-06-26)
### Bug Fixes
* **deps:** lock file maintenance ([a39749f](https://github.com/scratchfoundation/scratch-sb1-converter/commit/a39749f3e6b721d3130bfb8b7727a16ea4a23327))
## [1.0.152](https://github.com/scratchfoundation/scratch-sb1-converter/compare/v1.0.151...v1.0.152) (2024-06-25)

4
package-lock.json generated
View file

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

View file

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