chore(release): 1.0.8 [skip ci]

## [1.0.8](https://github.com/scratchfoundation/scratch-sb1-converter/compare/v1.0.7...v1.0.8) (2024-02-27)

### Bug Fixes

* **deps:** lock file maintenance ([b15ba39](b15ba39e37))
This commit is contained in:
semantic-release-bot 2024-02-27 00:44:15 +00:00
parent b15ba39e37
commit 86dba83beb
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.8](https://github.com/scratchfoundation/scratch-sb1-converter/compare/v1.0.7...v1.0.8) (2024-02-27)
### Bug Fixes
* **deps:** lock file maintenance ([b15ba39](https://github.com/scratchfoundation/scratch-sb1-converter/commit/b15ba39e37b3164b878df2c0ad62bb9895072a91))
## [1.0.7](https://github.com/scratchfoundation/scratch-sb1-converter/compare/v1.0.6...v1.0.7) (2024-02-26)

4
package-lock.json generated
View file

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

View file

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