diff --git a/CHANGELOG.md b/CHANGELOG.md index 1699fb846..dd7c803ec 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.13](https://github.com/scratchfoundation/scratch-render/compare/v1.0.12...v1.0.13) (2024-02-22) + + +### Bug Fixes + +* **deps:** update dependency scratch-render-fonts to v1.0.6 ([091bccd](https://github.com/scratchfoundation/scratch-render/commit/091bccdeb2645ae0d0f52fb040744a1749c854fb)) + ## [1.0.12](https://github.com/scratchfoundation/scratch-render/compare/v1.0.11...v1.0.12) (2024-02-22) diff --git a/package-lock.json b/package-lock.json index 17d835202..a18e5338f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-render", - "version": "1.0.12", + "version": "1.0.13", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-render", - "version": "1.0.12", + "version": "1.0.13", "license": "BSD-3-Clause", "dependencies": { "grapheme-breaker": "^0.3.2", diff --git a/package.json b/package.json index 417308e66..196beb6a5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-render", - "version": "1.0.12", + "version": "1.0.13", "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": "219f95865a9f88c372081a7634d9092c4c040be4" + "sha": "cc11951b851fd9ef9f42c20b82b0127d1307dc09" }, "main": "./dist/node/scratch-render.js", "browser": "./src/index.js",