diff --git a/CHANGELOG.md b/CHANGELOG.md index 2aed85c..cc3308f 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.137](https://github.com/scratchfoundation/scratch-render-fonts/compare/v1.0.136...v1.0.137) (2024-12-08) + + +### Bug Fixes + +* **deps:** lock file maintenance ([#208](https://github.com/scratchfoundation/scratch-render-fonts/issues/208)) ([5c6065f](https://github.com/scratchfoundation/scratch-render-fonts/commit/5c6065f62e42418d4f2d494893c7ad58cfb94d9f)) + ## [1.0.136](https://github.com/scratchfoundation/scratch-render-fonts/compare/v1.0.135...v1.0.136) (2024-12-06) diff --git a/package-lock.json b/package-lock.json index f68334b..096d2da 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-render-fonts", - "version": "1.0.136", + "version": "1.0.137", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-render-fonts", - "version": "1.0.136", + "version": "1.0.137", "dependencies": { "base64-loader": "^1.0.0" }, diff --git a/package.json b/package.json index 428b609..d691b4e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-render-fonts", - "version": "1.0.136", + "version": "1.0.137", "description": "", "main": "./src/index.js", "author": "Massachusetts Institute of Technology",