chore(release): 1.0.3 [skip ci]

## [1.0.3](https://github.com/scratchfoundation/scratch-render/compare/v1.0.2...v1.0.3) (2024-02-21)

### Bug Fixes

* **deps:** lock file maintenance ([2c79a3b](2c79a3b3ba))
This commit is contained in:
semantic-release-bot 2024-02-21 21:24:11 +00:00
parent 581b9cba4f
commit 17954f1471
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.3](https://github.com/scratchfoundation/scratch-render/compare/v1.0.2...v1.0.3) (2024-02-21)
### Bug Fixes
* **deps:** lock file maintenance ([2c79a3b](https://github.com/scratchfoundation/scratch-render/commit/2c79a3b3ba87d276eaac4fd4c3b89ebe40f8cf33))
## [1.0.2](https://github.com/scratchfoundation/scratch-render/compare/v1.0.1...v1.0.2) (2024-02-20)

4
package-lock.json generated
View file

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

View file

@ -1,6 +1,6 @@
{
"name": "scratch-render",
"version": "1.0.2",
"version": "1.0.3",
"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": "13562c0356ac3fff085b967a8ebc32aeaab3f414"
"sha": "581b9cba4f06f856f1bc18046d2185b42054261e"
},
"main": "./dist/node/scratch-render.js",
"browser": "./src/index.js",