chore(release): 1.0.323 [skip ci]

## [1.0.323](https://github.com/scratchfoundation/scratch-sb1-converter/compare/v1.0.322...v1.0.323) (2024-11-24)

### Bug Fixes

* **deps:** lock file maintenance ([#364](https://github.com/scratchfoundation/scratch-sb1-converter/issues/364)) ([d0450df](d0450dfa5c))
This commit is contained in:
semantic-release-bot 2024-11-24 09:55:47 +00:00
parent d0450dfa5c
commit 84cac77366
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.
## [1.0.323](https://github.com/scratchfoundation/scratch-sb1-converter/compare/v1.0.322...v1.0.323) (2024-11-24)
### Bug Fixes
* **deps:** lock file maintenance ([#364](https://github.com/scratchfoundation/scratch-sb1-converter/issues/364)) ([d0450df](https://github.com/scratchfoundation/scratch-sb1-converter/commit/d0450dfa5cb50a204217ca19bcfe2cb2ce3b1bee))
## [1.0.322](https://github.com/scratchfoundation/scratch-sb1-converter/compare/v1.0.321...v1.0.322) (2024-11-24) ## [1.0.322](https://github.com/scratchfoundation/scratch-sb1-converter/compare/v1.0.321...v1.0.322) (2024-11-24)

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{ {
"name": "scratch-sb1-converter", "name": "scratch-sb1-converter",
"version": "1.0.322", "version": "1.0.323",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "scratch-sb1-converter", "name": "scratch-sb1-converter",
"version": "1.0.322", "version": "1.0.323",
"license": "BSD-3-Clause", "license": "BSD-3-Clause",
"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": "1.0.322", "version": "1.0.323",
"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": "BSD-3-Clause", "license": "BSD-3-Clause",