Skip to content

Commit cdc8073

Browse files
chore(release): 1.0.237 [skip ci]
## [1.0.237](v1.0.236...v1.0.237) (2024-07-31) ### Bug Fixes * **deps:** lock file maintenance ([89cf430](89cf430)) * fixed hull.js version to 0.2.10 because of breaking changes ([d3000e7](d3000e7))
1 parent a41c60f commit cdc8073

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file. See
44
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.0.237](https://github.com/scratchfoundation/scratch-render/compare/v1.0.236...v1.0.237) (2024-07-31)
7+
8+
9+
### Bug Fixes
10+
11+
* **deps:** lock file maintenance ([89cf430](https://github.com/scratchfoundation/scratch-render/commit/89cf430ac7904f8af19224ecbb4ebe3df007bb97))
12+
* fixed hull.js version to 0.2.10 because of breaking changes ([d3000e7](https://github.com/scratchfoundation/scratch-render/commit/d3000e7a8fc110e50ed576b247ff206f9cf85ee4))
13+
614
## [1.0.236](https://github.com/scratchfoundation/scratch-render/compare/v1.0.235...v1.0.236) (2024-07-30)
715

816

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "scratch-render",
3-
"version": "1.0.236",
3+
"version": "1.0.237",
44
"description": "WebGL Renderer for Scratch 3.0",
55
"author": "Massachusetts Institute of Technology",
66
"license": "BSD-3-Clause",
77
"homepage": "https://github.com/scratchfoundation/scratch-render#readme",
88
"repository": {
99
"type": "git",
1010
"url": "https://github.com/scratchfoundation/scratch-render.git",
11-
"sha": "59699e89d93a6756718300d8c5fc1b0a10576414"
11+
"sha": "a41c60f1ec395b2535511ba4a32fa2777320d675"
1212
},
1313
"exports": {
1414
"webpack": "./src/index.js",

0 commit comments

Comments
 (0)