chore(release): 1.0.78 [skip ci]

## [1.0.78](https://github.com/scratchfoundation/scratch-render/compare/v1.0.77...v1.0.78) (2024-03-28)

### Bug Fixes

* **deps:** update dependency scratch-render-fonts to v1.0.28 ([4e0488f](4e0488f9a1))
This commit is contained in:
semantic-release-bot 2024-03-28 14:54:21 +00:00
parent d5a0b86a87
commit 9998dc807b
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.78](https://github.com/scratchfoundation/scratch-render/compare/v1.0.77...v1.0.78) (2024-03-28)
### Bug Fixes
* **deps:** update dependency scratch-render-fonts to v1.0.28 ([4e0488f](https://github.com/scratchfoundation/scratch-render/commit/4e0488f9a1f08a37209c79483f67b2ff0f708ebb))
## [1.0.77](https://github.com/scratchfoundation/scratch-render/compare/v1.0.76...v1.0.77) (2024-03-28)

4
package-lock.json generated
View file

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

View file

@ -1,6 +1,6 @@
{
"name": "scratch-render",
"version": "1.0.77",
"version": "1.0.78",
"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": "319d0039f61c1f4bec8524f201f374c1937d9034"
"sha": "d5a0b86a87ae0007a27ca542afdca704a446622c"
},
"main": "./dist/node/scratch-render.js",
"browser": "./src/index.js",