Skip to content

Commit ddb2414

Browse files
chore(release): 1.0.1 [skip ci]
## [1.0.1](v1.0.0...v1.0.1) (2024-02-16) ### Bug Fixes * **deps:** unpin non-dev dependencies ([803b852](803b852))
1 parent 769b303 commit ddb2414

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

CHANGELOG.md

+7
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.1](https://github.com/scratchfoundation/scratch-render/compare/v1.0.0...v1.0.1) (2024-02-16)
7+
8+
9+
### Bug Fixes
10+
11+
* **deps:** unpin non-dev dependencies ([803b852](https://github.com/scratchfoundation/scratch-render/commit/803b8521a09ca7635716cd58a573521db28e7814))
12+
613
# 1.0.0 (2024-01-16)
714

815

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "scratch-render",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
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": "9dd5a06be1665954f9df8e8a41008f242eec6176"
11+
"sha": "769b303631c94f6f0b30ba438a4461ca8623e16d"
1212
},
1313
"main": "./dist/node/scratch-render.js",
1414
"browser": "./src/index.js",

0 commit comments

Comments
 (0)