Convert Scratch .sb files (for Scratch 1) to Scratch 2 (.sb2) in JS.
Find a file
semantic-release-bot d3dd98aacc chore(release): 1.0.277 [skip ci]
## [1.0.277](https://github.com/scratchfoundation/scratch-sb1-converter/compare/v1.0.276...v1.0.277) (2024-10-10)

### Bug Fixes

* **deps:** lock file maintenance ([bb783c2](bb783c279f))
2024-10-10 09:11:27 +00:00
.github
.husky
src
test
.babelrc
.editorconfig
.eslintignore
.eslintrc.js
.gitattributes
.gitignore
.jsdoc.json
.npmignore
.nvmrc
CHANGELOG.md chore(release): 1.0.277 [skip ci] 2024-10-10 09:11:27 +00:00
commitlint.config.js
index.js
LICENSE
package-lock.json chore(release): 1.0.277 [skip ci] 2024-10-10 09:11:27 +00:00
package.json chore(release): 1.0.277 [skip ci] 2024-10-10 09:11:27 +00:00
README.md
release.config.js
renovate.json5
TRADEMARK
webpack.config.js

scratch-sb1-converter

Scratch 1 (.sb) to Scratch 2 (.sb2) conversion library for Scratch 3.0

Committing

This project uses semantic release to ensure version bumps follow semver so that projects depending on it don't break unexpectedly.

In order to automatically determine version updates, semantic release expects commit messages to follow the conventional-changelog specification.

You can use the commitizen CLI to make commits formatted in this way:

npm install -g commitizen@latest cz-conventional-changelog@latest

Now you're ready to make commits using git cz.