diff --git a/CHANGELOG.md b/CHANGELOG.md index bc9fb0df4..7a559ebe1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package-lock.json b/package-lock.json index 1304cfadb..84cb8f63a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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", diff --git a/package.json b/package.json index ed1828f1b..c8a17deeb 100644 --- a/package.json +++ b/package.json @@ -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",