From 38f667d1291d0d9c97ed2b4f90972a7b9a6456ea Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 23 Mar 2023 04:41:22 +0000 Subject: [PATCH] chore(release): 1.1.34 [skip ci] ## [1.1.34](https://github.com/LLK/scratch-paint/compare/v1.1.33...v1.1.34) (2023-03-23) ### Bug Fixes * **deps:** update dependency scratch-semantic-release-config to v1.0.6 ([#2133](https://github.com/LLK/scratch-paint/issues/2133)) ([10134bb](https://github.com/LLK/scratch-paint/commit/10134bb804e80d314f5b3dcfc7788e60bc596569)) --- 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 0643be1b..93279a65 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.1.34](https://github.com/LLK/scratch-paint/compare/v1.1.33...v1.1.34) (2023-03-23) + + +### Bug Fixes + +* **deps:** update dependency scratch-semantic-release-config to v1.0.6 ([#2133](https://github.com/LLK/scratch-paint/issues/2133)) ([10134bb](https://github.com/LLK/scratch-paint/commit/10134bb804e80d314f5b3dcfc7788e60bc596569)) + ## [1.1.33](https://github.com/LLK/scratch-paint/compare/v1.1.32...v1.1.33) (2023-03-23) diff --git a/package-lock.json b/package-lock.json index 92f343c7..8861317f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-paint", - "version": "1.1.33", + "version": "1.1.34", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "scratch-paint", - "version": "1.1.33", + "version": "1.1.34", "license": "BSD-3-Clause", "dependencies": { "@scratch/paper": "0.11.20200728195508", diff --git a/package.json b/package.json index c321362b..322c32d3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-paint", - "version": "1.1.33", + "version": "1.1.34", "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",