diff --git a/CHANGELOG.md b/CHANGELOG.md index eb5591b..9dc8c77 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.5](https://github.com/scratchfoundation/scratch-render-fonts/compare/v1.0.4...v1.0.5) (2024-02-22) + + +### Bug Fixes + +* **deps:** update dependency eslint-config-scratch to v9.0.6 ([b68fcd7](https://github.com/scratchfoundation/scratch-render-fonts/commit/b68fcd7154b87ffa6b586728f44738c8e21fe4aa)) + ## [1.0.4](https://github.com/scratchfoundation/scratch-render-fonts/compare/v1.0.3...v1.0.4) (2024-02-22) diff --git a/package-lock.json b/package-lock.json index 3559ed5..90eaf2e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-render-fonts", - "version": "1.0.4", + "version": "1.0.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-render-fonts", - "version": "1.0.4", + "version": "1.0.5", "dependencies": { "base64-loader": "^1.0.0" }, diff --git a/package.json b/package.json index 2ac5f31..374eb59 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-render-fonts", - "version": "1.0.4", + "version": "1.0.5", "description": "", "main": "./src/index.js", "author": "Massachusetts Institute of Technology",