diff --git a/CHANGELOG.md b/CHANGELOG.md index 91797ff..9544457 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.152](https://github.com/scratchfoundation/scratch-render-fonts/compare/v1.0.151...v1.0.152) (2025-01-11) + + +### Bug Fixes + +* **deps:** lock file maintenance ([#224](https://github.com/scratchfoundation/scratch-render-fonts/issues/224)) ([dd319e2](https://github.com/scratchfoundation/scratch-render-fonts/commit/dd319e24549f963742d3b901a2c613366307713b)) + ## [1.0.151](https://github.com/scratchfoundation/scratch-render-fonts/compare/v1.0.150...v1.0.151) (2025-01-06) diff --git a/package-lock.json b/package-lock.json index 12916f6..da1154b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-render-fonts", - "version": "1.0.151", + "version": "1.0.152", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-render-fonts", - "version": "1.0.151", + "version": "1.0.152", "dependencies": { "base64-loader": "^1.0.0" }, diff --git a/package.json b/package.json index 8b85cb3..6d8ccec 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-render-fonts", - "version": "1.0.151", + "version": "1.0.152", "description": "", "main": "./src/index.js", "author": "Massachusetts Institute of Technology",