diff --git a/CHANGELOG.md b/CHANGELOG.md index 5bbe21f..35f708f 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.144](https://github.com/scratchfoundation/scratch-render-fonts/compare/v1.0.143...v1.0.144) (2024-12-21) + + +### Bug Fixes + +* **deps:** lock file maintenance ([#215](https://github.com/scratchfoundation/scratch-render-fonts/issues/215)) ([cf24d61](https://github.com/scratchfoundation/scratch-render-fonts/commit/cf24d614cd1855481c1d58b37035e0a5a7e7a262)) + ## [1.0.143](https://github.com/scratchfoundation/scratch-render-fonts/compare/v1.0.142...v1.0.143) (2024-12-19) diff --git a/package-lock.json b/package-lock.json index f21ed8a..e597c31 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-render-fonts", - "version": "1.0.143", + "version": "1.0.144", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-render-fonts", - "version": "1.0.143", + "version": "1.0.144", "dependencies": { "base64-loader": "^1.0.0" }, diff --git a/package.json b/package.json index 32b9ded..e1d3fc5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-render-fonts", - "version": "1.0.143", + "version": "1.0.144", "description": "", "main": "./src/index.js", "author": "Massachusetts Institute of Technology",