chore(release): 2.0.366 [skip ci]

## [2.0.366](https://github.com/scratchfoundation/scratch-render/compare/v2.0.365...v2.0.366) (2025-05-18)

### Bug Fixes

* **deps:** lock file maintenance ([21370b4](21370b4be0))
This commit is contained in:
semantic-release-bot 2025-05-18 09:29:17 +00:00
parent 21370b4be0
commit 2b26d41f05
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.366](https://github.com/scratchfoundation/scratch-render/compare/v2.0.365...v2.0.366) (2025-05-18)
### Bug Fixes
* **deps:** lock file maintenance ([21370b4](https://github.com/scratchfoundation/scratch-render/commit/21370b4be085462a99a8f7e6d43693d4e963d174))
## [2.0.365](https://github.com/scratchfoundation/scratch-render/compare/v2.0.364...v2.0.365) (2025-05-18)

4
package-lock.json generated
View file

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

View file

@ -1,6 +1,6 @@
{
"name": "scratch-render",
"version": "2.0.365",
"version": "2.0.366",
"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": "a80bfd7b46064990d069899cd8dcf874ac715afa"
"sha": "21370b4be085462a99a8f7e6d43693d4e963d174"
},
"exports": {
"webpack": "./src/index.js",