diff --git a/CHANGELOG.md b/CHANGELOG.md index 87223ff..6a1e53a 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.133](https://github.com/scratchfoundation/scratch-render-fonts/compare/v1.0.132...v1.0.133) (2024-11-30) + + +### Bug Fixes + +* **deps:** lock file maintenance ([#204](https://github.com/scratchfoundation/scratch-render-fonts/issues/204)) ([a165815](https://github.com/scratchfoundation/scratch-render-fonts/commit/a1658154e3054df1226b495e0c46cf059f8cc653)) + ## [1.0.132](https://github.com/scratchfoundation/scratch-render-fonts/compare/v1.0.131...v1.0.132) (2024-11-28) diff --git a/package-lock.json b/package-lock.json index d00499a..fa0c7c2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-render-fonts", - "version": "1.0.132", + "version": "1.0.133", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-render-fonts", - "version": "1.0.132", + "version": "1.0.133", "dependencies": { "base64-loader": "^1.0.0" }, diff --git a/package.json b/package.json index 9588fab..d3ccb81 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-render-fonts", - "version": "1.0.132", + "version": "1.0.133", "description": "", "main": "./src/index.js", "author": "Massachusetts Institute of Technology",