Skip to content

Commit 106f184

Browse files
chore(release): 1.0.255 [skip ci]
## [1.0.255](v1.0.254...v1.0.255) (2024-08-08) ### Bug Fixes * **deps:** lock file maintenance ([583b761](583b761))
1 parent 09addbb commit 106f184

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
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.255](https://github.com/scratchfoundation/scratch-render/compare/v1.0.254...v1.0.255) (2024-08-08)
7+
8+
9+
### Bug Fixes
10+
11+
* **deps:** lock file maintenance ([583b761](https://github.com/scratchfoundation/scratch-render/commit/583b761a0f524108845a513868bb5b3ae33e2f92))
12+
613
## [1.0.254](https://github.com/scratchfoundation/scratch-render/compare/v1.0.253...v1.0.254) (2024-08-07)
714

815

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.254",
3+
"version": "1.0.255",
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": "c0073d0f2639494826131e4d6f8953099b5c8c1f"
11+
"sha": "09addbb1b8b14b1092d90e8499278194b1a0f968"
1212
},
1313
"exports": {
1414
"webpack": "./src/index.js",

0 commit comments

Comments
 (0)