chore(release): 1.0.228 [skip ci]

## [1.0.228](https://github.com/scratchfoundation/scratch-render/compare/v1.0.227...v1.0.228) (2024-07-25)

### Bug Fixes

* **deps:** update dependency scratch-storage to v2.3.193 ([bab162e](bab162ef62))
This commit is contained in:
semantic-release-bot 2024-07-25 13:30:56 +00:00
parent 6ffbeed055
commit c8d46a4b85
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.228](https://github.com/scratchfoundation/scratch-render/compare/v1.0.227...v1.0.228) (2024-07-25)
### Bug Fixes
* **deps:** update dependency scratch-storage to v2.3.193 ([bab162e](https://github.com/scratchfoundation/scratch-render/commit/bab162ef62943864d822df23320c22b766c58b4e))
## [1.0.227](https://github.com/scratchfoundation/scratch-render/compare/v1.0.226...v1.0.227) (2024-07-24)

4
package-lock.json generated
View file

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

View file

@ -1,6 +1,6 @@
{
"name": "scratch-render",
"version": "1.0.227",
"version": "1.0.228",
"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": "57a661881f1165225e651057749fbbba93142a3b"
"sha": "6ffbeed055e1736097a6d0a450002b30dfdd90da"
},
"main": "./dist/node/scratch-render.js",
"browser": "./src/index.js",