mirror of
https://github.com/scratchfoundation/scratch-render-fonts.git
synced 2024-11-14 19:34:57 -05:00
Fonts for Scratch SVG rendering
183ea357de
## [1.0.125](https://github.com/scratchfoundation/scratch-render-fonts/compare/v1.0.124...v1.0.125) (2024-11-12) ### Bug Fixes * **deps:** lock file maintenance ([#194](https://github.com/scratchfoundation/scratch-render-fonts/issues/194)) ([ |
||
---|---|---|
.github/workflows | ||
.husky | ||
src | ||
.editorconfig | ||
.eslintignore | ||
.eslintrc.js | ||
.gitignore | ||
.nvmrc | ||
CHANGELOG.md | ||
commitlint.config.js | ||
LICENSE.txt | ||
OFL.txt | ||
package-lock.json | ||
package.json | ||
README.md | ||
release.config.js | ||
renovate.json5 | ||
webpack.config.js |
scratch-render-fonts
Fonts for Scratch SVG rendering
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
.