diff --git a/CHANGELOG.md b/CHANGELOG.md index a7307ca..931f439 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.13](https://github.com/scratchfoundation/scratch-render-fonts/compare/v1.0.12...v1.0.13) (2024-02-28) + + +### Bug Fixes + +* **deps:** lock file maintenance ([b7600a0](https://github.com/scratchfoundation/scratch-render-fonts/commit/b7600a0d547a3e3f1283dcca23fe79ba65ab6c2c)) + ## [1.0.12](https://github.com/scratchfoundation/scratch-render-fonts/compare/v1.0.11...v1.0.12) (2024-02-28) diff --git a/package-lock.json b/package-lock.json index b65c043..866d111 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-render-fonts", - "version": "1.0.12", + "version": "1.0.13", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-render-fonts", - "version": "1.0.12", + "version": "1.0.13", "dependencies": { "base64-loader": "^1.0.0" }, diff --git a/package.json b/package.json index 502c83a..42a8330 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-render-fonts", - "version": "1.0.12", + "version": "1.0.13", "description": "", "main": "./src/index.js", "author": "Massachusetts Institute of Technology",