chore(release): 2.0.459 [skip ci]

## [2.0.459](https://github.com/scratchfoundation/scratch-render/compare/v2.0.458...v2.0.459) (2025-07-02)

### Bug Fixes

* **deps:** update dependency scratch-render-fonts to v1.0.209 ([8bd5de6](8bd5de6c65))
This commit is contained in:
semantic-release-bot 2025-07-02 11:29:06 +00:00
parent e0aebd706f
commit 4493b5fc13
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.
## [2.0.459](https://github.com/scratchfoundation/scratch-render/compare/v2.0.458...v2.0.459) (2025-07-02)
### Bug Fixes
* **deps:** update dependency scratch-render-fonts to v1.0.209 ([8bd5de6](https://github.com/scratchfoundation/scratch-render/commit/8bd5de6c6502e58ffa1611345929db49d5490e90))
## [2.0.458](https://github.com/scratchfoundation/scratch-render/compare/v2.0.457...v2.0.458) (2025-07-02)

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "scratch-render",
"version": "2.0.458",
"version": "2.0.459",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "scratch-render",
"version": "2.0.458",
"version": "2.0.459",
"license": "AGPL-3.0-only",
"dependencies": {
"grapheme-breaker": "^0.3.2",

View file

@ -1,6 +1,6 @@
{
"name": "scratch-render",
"version": "2.0.458",
"version": "2.0.459",
"description": "WebGL Renderer for Scratch 3.0",
"author": "Massachusetts Institute of Technology",
"license": "AGPL-3.0-only",
@ -8,7 +8,7 @@
"repository": {
"type": "git",
"url": "https://github.com/scratchfoundation/scratch-render.git",
"sha": "cd662c82396586515e96d40aee10ec314b79ee01"
"sha": "e0aebd706f4d8c968230a748c1256b34e9722b15"
},
"exports": {
"webpack": "./src/index.js",