Fonts for Scratch SVG rendering
Find a file
semantic-release-bot 2f92d60a13 chore(release): 1.0.111 [skip ci]
## [1.0.111](https://github.com/scratchfoundation/scratch-render-fonts/compare/v1.0.110...v1.0.111) (2024-10-10)

### Bug Fixes

* **deps:** lock file maintenance ([4990c4e](4990c4e1dd))
2024-10-10 09:08:12 +00:00
.github/workflows
.husky
src
.editorconfig
.eslintignore
.eslintrc.js
.gitignore
.nvmrc
CHANGELOG.md chore(release): 1.0.111 [skip ci] 2024-10-10 09:08:12 +00:00
commitlint.config.js
LICENSE.txt
OFL.txt
package-lock.json chore(release): 1.0.111 [skip ci] 2024-10-10 09:08:12 +00:00
package.json chore(release): 1.0.111 [skip ci] 2024-10-10 09:08:12 +00:00
README.md
release.config.js
renovate.json5
webpack.config.js

scratch-render-fonts

Fonts for Scratch SVG rendering

CI/CD

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.

Use the commitizen CLI to make commits formatted in this way:

npm install -g commitizen

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