diff --git a/CHANGELOG.md b/CHANGELOG.md index ddfea3c..9732c70 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.149](https://github.com/scratchfoundation/scratch-render-fonts/compare/v1.0.148...v1.0.149) (2025-01-02) + + +### Bug Fixes + +* **deps:** lock file maintenance ([#221](https://github.com/scratchfoundation/scratch-render-fonts/issues/221)) ([534f850](https://github.com/scratchfoundation/scratch-render-fonts/commit/534f85076a25896c9bd8f86e4f289527279f0862)) + ## [1.0.148](https://github.com/scratchfoundation/scratch-render-fonts/compare/v1.0.147...v1.0.148) (2024-12-31) diff --git a/package-lock.json b/package-lock.json index 22cae62..7a42c09 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-render-fonts", - "version": "1.0.148", + "version": "1.0.149", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-render-fonts", - "version": "1.0.148", + "version": "1.0.149", "dependencies": { "base64-loader": "^1.0.0" }, diff --git a/package.json b/package.json index 25f44e1..e8ddb25 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-render-fonts", - "version": "1.0.148", + "version": "1.0.149", "description": "", "main": "./src/index.js", "author": "Massachusetts Institute of Technology",