From 32af378934b5d4264258c2c9d37e675d9aeaf8bc Mon Sep 17 00:00:00 2001 From: wz <44930227+wenlzhang@users.noreply.github.com> Date: Wed, 12 Mar 2025 17:30:38 +0100 Subject: [PATCH] 0.1.1 --- CHANGELOG.md | 12 ++++++++++++ manifest.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- versions.json | 3 ++- 5 files changed, 18 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ffe0bdb..b81057c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,18 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [0.1.1] - 2025-03-12 + +### Changes + +- Fix eslint error +- Improve code format +- Improve logging +- Fix css styling +- Add demo video +- Add gif demo + ## [0.1.0] - 2025-03-09 ### Changes diff --git a/manifest.json b/manifest.json index 5c6929e..365e38d 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "canvas-format-brush", "name": "Canvas Format Brush", - "version": "0.1.0", + "version": "0.1.1", "minAppVersion": "1.0.0", "author": "wenlzhang", "authorUrl": "https://github.com/wenlzhang", diff --git a/package-lock.json b/package-lock.json index 67de60b..5d941a0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "canvas-format-brush", - "version": "0.1.0", + "version": "0.1.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "canvas-format-brush", - "version": "0.1.0", + "version": "0.1.1", "dependencies": { "tslib": "^2.8.1" }, diff --git a/package.json b/package.json index 5c25639..560cffd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "canvas-format-brush", - "version": "0.1.0", + "version": "0.1.1", "description": "Copy and paste formatting attributes (size and color) between canvas elements, similar to the format painter in Word.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index d43969b..bafe8b4 100644 --- a/versions.json +++ b/versions.json @@ -1,4 +1,5 @@ { "0.0.1": "0.0.1", - "0.1.0": "1.0.0" + "0.1.0": "1.0.0", + "0.1.1": "1.0.0" } \ No newline at end of file