mirror of
https://github.com/scratchfoundation/scratch-sb1-converter.git
synced 2024-11-21 02:38:14 -05:00
chore(release): 1.0.316 [skip ci]
## [1.0.316](https://github.com/scratchfoundation/scratch-sb1-converter/compare/v1.0.315...v1.0.316) (2024-11-20) ### Bug Fixes * **deps:** lock file maintenance ([#360](https://github.com/scratchfoundation/scratch-sb1-converter/issues/360)) ([f7ed457
](f7ed457ec1
))
This commit is contained in:
parent
f7ed457ec1
commit
95c6a1a71c
3 changed files with 10 additions and 3 deletions
|
@ -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.316](https://github.com/scratchfoundation/scratch-sb1-converter/compare/v1.0.315...v1.0.316) (2024-11-20)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **deps:** lock file maintenance ([#360](https://github.com/scratchfoundation/scratch-sb1-converter/issues/360)) ([f7ed457](https://github.com/scratchfoundation/scratch-sb1-converter/commit/f7ed457ec143883792260aa628b66a2de8de8300))
|
||||
|
||||
## [1.0.315](https://github.com/scratchfoundation/scratch-sb1-converter/compare/v1.0.314...v1.0.315) (2024-11-20)
|
||||
|
||||
|
||||
|
|
4
package-lock.json
generated
4
package-lock.json
generated
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "scratch-sb1-converter",
|
||||
"version": "1.0.315",
|
||||
"version": "1.0.316",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "scratch-sb1-converter",
|
||||
"version": "1.0.315",
|
||||
"version": "1.0.316",
|
||||
"license": "BSD-3-Clause",
|
||||
"dependencies": {
|
||||
"js-md5": "^0.7.3",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "scratch-sb1-converter",
|
||||
"version": "1.0.315",
|
||||
"version": "1.0.316",
|
||||
"description": "Scratch 1 (.sb) to Scratch 2 (.sb2) conversion library for Scratch 3.0",
|
||||
"author": "Scratch Foundation",
|
||||
"license": "BSD-3-Clause",
|
||||
|
|
Loading…
Reference in a new issue