mirror of
https://github.com/scratchfoundation/scratch-sb1-converter.git
synced 2024-11-28 02:25:43 -05:00
chore(release): 1.0.28 [skip ci]
## [1.0.28](https://github.com/scratchfoundation/scratch-sb1-converter/compare/v1.0.27...v1.0.28) (2024-03-05) ### Bug Fixes * **deps:** lock file maintenance ([5a9bec1
](5a9bec1762
))
This commit is contained in:
parent
5a9bec1762
commit
1a48569ab0
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
|
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.28](https://github.com/scratchfoundation/scratch-sb1-converter/compare/v1.0.27...v1.0.28) (2024-03-05)
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* **deps:** lock file maintenance ([5a9bec1](https://github.com/scratchfoundation/scratch-sb1-converter/commit/5a9bec17627bc3c6e4c8bde5f99d2a6a4342a4c9))
|
||||||
|
|
||||||
## [1.0.27](https://github.com/scratchfoundation/scratch-sb1-converter/compare/v1.0.26...v1.0.27) (2024-03-04)
|
## [1.0.27](https://github.com/scratchfoundation/scratch-sb1-converter/compare/v1.0.26...v1.0.27) (2024-03-04)
|
||||||
|
|
||||||
|
|
||||||
|
|
4
package-lock.json
generated
4
package-lock.json
generated
|
@ -1,12 +1,12 @@
|
||||||
{
|
{
|
||||||
"name": "scratch-sb1-converter",
|
"name": "scratch-sb1-converter",
|
||||||
"version": "1.0.27",
|
"version": "1.0.28",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "scratch-sb1-converter",
|
"name": "scratch-sb1-converter",
|
||||||
"version": "1.0.27",
|
"version": "1.0.28",
|
||||||
"license": "BSD-3-Clause",
|
"license": "BSD-3-Clause",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"js-md5": "^0.7.3",
|
"js-md5": "^0.7.3",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "scratch-sb1-converter",
|
"name": "scratch-sb1-converter",
|
||||||
"version": "1.0.27",
|
"version": "1.0.28",
|
||||||
"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",
|
||||||
|
|
Loading…
Reference in a new issue