From 7fb0d37a9342e2c8db6fda86cac2e9ad23aca576 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 2 Jan 2024 10:13:33 +0000 Subject: [PATCH] chore(release): 2.1.65 [skip ci] ## [2.1.65](https://github.com/LLK/scratch-paint/compare/v2.1.64...v2.1.65) (2024-01-02) ### Bug Fixes * **deps:** update dependency scratch-l10n to v3.16.20240102031923 ([#2309](https://github.com/LLK/scratch-paint/issues/2309)) ([74b3909](https://github.com/LLK/scratch-paint/commit/74b390929b4d1a0515bd24bed24f438a626452a0)) --- 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 302245a6..1e349b5b 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.1.65](https://github.com/LLK/scratch-paint/compare/v2.1.64...v2.1.65) (2024-01-02) + + +### Bug Fixes + +* **deps:** update dependency scratch-l10n to v3.16.20240102031923 ([#2309](https://github.com/LLK/scratch-paint/issues/2309)) ([74b3909](https://github.com/LLK/scratch-paint/commit/74b390929b4d1a0515bd24bed24f438a626452a0)) + ## [2.1.64](https://github.com/LLK/scratch-paint/compare/v2.1.63...v2.1.64) (2023-12-31) diff --git a/package-lock.json b/package-lock.json index 3517a7ab..7883f55d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-paint", - "version": "2.1.64", + "version": "2.1.65", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-paint", - "version": "2.1.64", + "version": "2.1.65", "license": "BSD-3-Clause", "dependencies": { "@scratch/paper": "0.11.20221201200345", diff --git a/package.json b/package.json index c6b49e2b..75b55634 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-paint", - "version": "2.1.64", + "version": "2.1.65", "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",