From d8254c891db658b5380cfd4d97e76a03493e1a96 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 5 Apr 2024 06:34:29 +0000 Subject: [PATCH] chore(release): 2.2.117 [skip ci] ## [2.2.117](https://github.com/scratchfoundation/scratch-paint/compare/v2.2.116...v2.2.117) (2024-04-05) ### Bug Fixes * **deps:** update dependency scratch-l10n to v3.18.97 ([#2462](https://github.com/scratchfoundation/scratch-paint/issues/2462)) ([bdcbacf](https://github.com/scratchfoundation/scratch-paint/commit/bdcbacf77a15f5e085a62c4fa40942c66d4a6c0e)) --- 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 8e394447..63db502c 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. +## [2.2.117](https://github.com/scratchfoundation/scratch-paint/compare/v2.2.116...v2.2.117) (2024-04-05) + + +### Bug Fixes + +* **deps:** update dependency scratch-l10n to v3.18.97 ([#2462](https://github.com/scratchfoundation/scratch-paint/issues/2462)) ([bdcbacf](https://github.com/scratchfoundation/scratch-paint/commit/bdcbacf77a15f5e085a62c4fa40942c66d4a6c0e)) + ## [2.2.116](https://github.com/scratchfoundation/scratch-paint/compare/v2.2.115...v2.2.116) (2024-04-04) diff --git a/package-lock.json b/package-lock.json index eb2f2a81..f48a8f63 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-paint", - "version": "2.2.116", + "version": "2.2.117", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-paint", - "version": "2.2.116", + "version": "2.2.117", "license": "BSD-3-Clause", "dependencies": { "@scratch/paper": "^0.11.20221201200345", diff --git a/package.json b/package.json index ef93949e..7d60b85a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-paint", - "version": "2.2.116", + "version": "2.2.117", "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",