diff --git a/CHANGELOG.md b/CHANGELOG.md index 52d077d..e8536a3 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.193](https://github.com/scratchfoundation/scratch-render-fonts/compare/v1.0.192...v1.0.193) (2025-05-13) + + +### Bug Fixes + +* **deps:** lock file maintenance ([#275](https://github.com/scratchfoundation/scratch-render-fonts/issues/275)) ([67b03ac](https://github.com/scratchfoundation/scratch-render-fonts/commit/67b03ac9269bc5aa52337ff00ff8d063b1e94c3b)) + ## [1.0.192](https://github.com/scratchfoundation/scratch-render-fonts/compare/v1.0.191...v1.0.192) (2025-05-10) diff --git a/package-lock.json b/package-lock.json index 255f8c0..09a6a99 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-render-fonts", - "version": "1.0.192", + "version": "1.0.193", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-render-fonts", - "version": "1.0.192", + "version": "1.0.193", "dependencies": { "base64-loader": "^1.0.0" }, diff --git a/package.json b/package.json index c3d0dd5..6e5fb4c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-render-fonts", - "version": "1.0.192", + "version": "1.0.193", "description": "", "main": "./src/index.js", "author": "Massachusetts Institute of Technology",