mirror of
https://github.com/scratchfoundation/scratch-render-fonts.git
synced 2024-11-14 19:34:57 -05:00
Fonts for Scratch SVG rendering
5f46a1abae
## [1.0.98](https://github.com/scratchfoundation/scratch-render-fonts/compare/v1.0.97...v1.0.98) (2024-09-11) ### Bug Fixes * **deps:** update dependency scratch-semantic-release-config to v1.0.16 ([ |
||
---|---|---|
.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
.