diff --git a/CHANGELOG.md b/CHANGELOG.md index d5129bcf..fe12a487 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.2.178](https://github.com/scratchfoundation/scratch-paint/compare/v2.2.177...v2.2.178) (2024-05-10) + + +### Bug Fixes + +* **deps:** lock file maintenance ([#2537](https://github.com/scratchfoundation/scratch-paint/issues/2537)) ([8d83e45](https://github.com/scratchfoundation/scratch-paint/commit/8d83e455c5e0b4448418f1b633d7d1af17abbeb8)) +* **deps:** update dependency scratch-l10n to v3.18.138 ([#2536](https://github.com/scratchfoundation/scratch-paint/issues/2536)) ([ef2f827](https://github.com/scratchfoundation/scratch-paint/commit/ef2f8277aaf0f275caddd7e97b885b44ec02ed31)) + ## [2.2.177](https://github.com/scratchfoundation/scratch-paint/compare/v2.2.176...v2.2.177) (2024-05-09) diff --git a/package-lock.json b/package-lock.json index 2343ac60..158b2e03 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-paint", - "version": "2.2.177", + "version": "2.2.178", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-paint", - "version": "2.2.177", + "version": "2.2.178", "license": "BSD-3-Clause", "dependencies": { "@scratch/paper": "^0.11.20221201200345", diff --git a/package.json b/package.json index 8390e637..30e5a2eb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-paint", - "version": "2.2.177", + "version": "2.2.178", "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",