From 71e004f53981103cee543d8958c2863e775e2663 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 3 Sep 2024 07:25:05 +0000 Subject: [PATCH] chore(release): 1.0.94 [skip ci] ## [1.0.94](https://github.com/scratchfoundation/scratch-render-fonts/compare/v1.0.93...v1.0.94) (2024-09-03) ### Bug Fixes * **deps:** lock file maintenance ([ef0fe96](https://github.com/scratchfoundation/scratch-render-fonts/commit/ef0fe9683ef7569cc46675ea70f3ed07b106fba3)) --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a740b96..38b8f35 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.94](https://github.com/scratchfoundation/scratch-render-fonts/compare/v1.0.93...v1.0.94) (2024-09-03) + + +### Bug Fixes + +* **deps:** lock file maintenance ([ef0fe96](https://github.com/scratchfoundation/scratch-render-fonts/commit/ef0fe9683ef7569cc46675ea70f3ed07b106fba3)) + ## [1.0.93](https://github.com/scratchfoundation/scratch-render-fonts/compare/v1.0.92...v1.0.93) (2024-08-31) diff --git a/package-lock.json b/package-lock.json index 2938105..81f3319 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-render-fonts", - "version": "1.0.93", + "version": "1.0.94", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-render-fonts", - "version": "1.0.93", + "version": "1.0.94", "dependencies": { "base64-loader": "^1.0.0" }, diff --git a/package.json b/package.json index e5f6af6..c602442 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-render-fonts", - "version": "1.0.93", + "version": "1.0.94", "description": "", "main": "./src/index.js", "author": "Massachusetts Institute of Technology",