From bdfd4c7fa21f081c4427cdb9bb63c70229305385 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 12 Dec 2024 15:47:07 +0000 Subject: [PATCH] chore(release): 3.0.36 [skip ci] ## [3.0.36](https://github.com/scratchfoundation/scratch-paint/compare/v3.0.35...v3.0.36) (2024-12-12) ### Bug Fixes * **deps:** update dependency scratch-render-fonts to v1.0.139 ([#2993](https://github.com/scratchfoundation/scratch-paint/issues/2993)) ([ae334ab](https://github.com/scratchfoundation/scratch-paint/commit/ae334abd2bf7cc2f134d69941daff11d3693b089)) --- 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 b25cee9b1d..dd81f89a3e 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. +## [3.0.36](https://github.com/scratchfoundation/scratch-paint/compare/v3.0.35...v3.0.36) (2024-12-12) + + +### Bug Fixes + +* **deps:** update dependency scratch-render-fonts to v1.0.139 ([#2993](https://github.com/scratchfoundation/scratch-paint/issues/2993)) ([ae334ab](https://github.com/scratchfoundation/scratch-paint/commit/ae334abd2bf7cc2f134d69941daff11d3693b089)) + ## [3.0.35](https://github.com/scratchfoundation/scratch-paint/compare/v3.0.34...v3.0.35) (2024-12-12) diff --git a/package-lock.json b/package-lock.json index 5c901b348e..162bffbeab 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-paint", - "version": "3.0.35", + "version": "3.0.36", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-paint", - "version": "3.0.35", + "version": "3.0.36", "license": "AGPL-3.0-only", "dependencies": { "@scratch/paper": "^0.11.20221201200345", diff --git a/package.json b/package.json index 7509040416..13bbb21888 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-paint", - "version": "3.0.35", + "version": "3.0.36", "description": "Graphical User Interface for the Scratch 3.0 paint editor, which is used to make and edit sprites for use in projects.", "main": "./dist/scratch-paint.js", "browser": "./src/index.js",