chore(release): 1.0.4 [skip ci]

## [1.0.4](https://github.com/scratchfoundation/scratch-render/compare/v1.0.3...v1.0.4) (2024-02-21)

### Bug Fixes

* **deps:** fix scratch-render-fonts peer dep ([e920e37](e920e37a62))
This commit is contained in:
semantic-release-bot 2024-02-21 21:47:41 +00:00
parent e920e37a62
commit 5586572a06
3 changed files with 11 additions and 4 deletions

View file

@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [1.0.4](https://github.com/scratchfoundation/scratch-render/compare/v1.0.3...v1.0.4) (2024-02-21)
### Bug Fixes
* **deps:** fix scratch-render-fonts peer dep ([e920e37](https://github.com/scratchfoundation/scratch-render/commit/e920e37a62aafc64cbccb447025b540c9ce9180f))
## [1.0.3](https://github.com/scratchfoundation/scratch-render/compare/v1.0.2...v1.0.3) (2024-02-21)

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "scratch-render",
"version": "1.0.3",
"version": "1.0.4",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "scratch-render",
"version": "1.0.3",
"version": "1.0.4",
"license": "BSD-3-Clause",
"dependencies": {
"grapheme-breaker": "^0.3.2",

View file

@ -1,6 +1,6 @@
{
"name": "scratch-render",
"version": "1.0.3",
"version": "1.0.4",
"description": "WebGL Renderer for Scratch 3.0",
"author": "Massachusetts Institute of Technology",
"license": "BSD-3-Clause",
@ -8,7 +8,7 @@
"repository": {
"type": "git",
"url": "https://github.com/scratchfoundation/scratch-render.git",
"sha": "581b9cba4f06f856f1bc18046d2185b42054261e"
"sha": "e920e37a62aafc64cbccb447025b540c9ce9180f"
},
"main": "./dist/node/scratch-render.js",
"browser": "./src/index.js",