diff --git a/CHANGELOG.md b/CHANGELOG.md index 35f708f..bf94226 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.145](https://github.com/scratchfoundation/scratch-render-fonts/compare/v1.0.144...v1.0.145) (2024-12-23) + + +### Bug Fixes + +* **deps:** lock file maintenance ([#216](https://github.com/scratchfoundation/scratch-render-fonts/issues/216)) ([b8b5d40](https://github.com/scratchfoundation/scratch-render-fonts/commit/b8b5d40807463e93215b25b81608f80aa07f21b3)) + ## [1.0.144](https://github.com/scratchfoundation/scratch-render-fonts/compare/v1.0.143...v1.0.144) (2024-12-21) diff --git a/package-lock.json b/package-lock.json index ee3b2b1..1be7e24 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-render-fonts", - "version": "1.0.144", + "version": "1.0.145", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-render-fonts", - "version": "1.0.144", + "version": "1.0.145", "dependencies": { "base64-loader": "^1.0.0" }, diff --git a/package.json b/package.json index e1d3fc5..9aa847a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-render-fonts", - "version": "1.0.144", + "version": "1.0.145", "description": "", "main": "./src/index.js", "author": "Massachusetts Institute of Technology",