diff --git a/CHANGELOG.md b/CHANGELOG.md index 56913c4..91797ff 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.151](https://github.com/scratchfoundation/scratch-render-fonts/compare/v1.0.150...v1.0.151) (2025-01-06) + + +### Bug Fixes + +* **deps:** lock file maintenance ([#223](https://github.com/scratchfoundation/scratch-render-fonts/issues/223)) ([5a614c0](https://github.com/scratchfoundation/scratch-render-fonts/commit/5a614c06baa4ea05249ece1352bc689dba3a1fd9)) + ## [1.0.150](https://github.com/scratchfoundation/scratch-render-fonts/compare/v1.0.149...v1.0.150) (2025-01-04) diff --git a/package-lock.json b/package-lock.json index d389eb0..b7de681 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-render-fonts", - "version": "1.0.150", + "version": "1.0.151", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-render-fonts", - "version": "1.0.150", + "version": "1.0.151", "dependencies": { "base64-loader": "^1.0.0" }, diff --git a/package.json b/package.json index bdbe5e0..8b85cb3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-render-fonts", - "version": "1.0.150", + "version": "1.0.151", "description": "", "main": "./src/index.js", "author": "Massachusetts Institute of Technology",