mirror of
https://github.com/scratchfoundation/scratch-sb1-converter.git
synced 2024-11-24 00:28:08 -05:00
chore(release): 1.0.116 [skip ci]
## [1.0.116](https://github.com/scratchfoundation/scratch-sb1-converter/compare/v1.0.115...v1.0.116) (2024-05-29) ### Bug Fixes * **deps:** lock file maintenance ([73c10ad
](73c10ad167
))
This commit is contained in:
parent
73c10ad167
commit
7d1ecd5941
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.116](https://github.com/scratchfoundation/scratch-sb1-converter/compare/v1.0.115...v1.0.116) (2024-05-29)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **deps:** lock file maintenance ([73c10ad](https://github.com/scratchfoundation/scratch-sb1-converter/commit/73c10ad167997bc9774fb744deaba9e7512cf869))
|
||||
|
||||
## [1.0.115](https://github.com/scratchfoundation/scratch-sb1-converter/compare/v1.0.114...v1.0.115) (2024-05-28)
|
||||
|
||||
|
||||
|
|
4
package-lock.json
generated
4
package-lock.json
generated
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "scratch-sb1-converter",
|
||||
"version": "1.0.115",
|
||||
"version": "1.0.116",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "scratch-sb1-converter",
|
||||
"version": "1.0.115",
|
||||
"version": "1.0.116",
|
||||
"license": "BSD-3-Clause",
|
||||
"dependencies": {
|
||||
"js-md5": "^0.7.3",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "scratch-sb1-converter",
|
||||
"version": "1.0.115",
|
||||
"version": "1.0.116",
|
||||
"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