From ce73c96bec5e9672071046a581e1863115f03fd6 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 12 Jul 2023 15:06:16 +0000 Subject: [PATCH] chore(release): 1.1.1 [skip ci] ## [1.1.1](https://github.com/lee88688/logseq-drawio-plugin/compare/v1.1.0...v1.1.1) (2023-07-12) ### Bug Fixes * toolbar buttons may be hard to see when in some theme. [#3](https://github.com/lee88688/logseq-drawio-plugin/issues/3) ([0dca149](https://github.com/lee88688/logseq-drawio-plugin/commit/0dca149cbcd0e9d804fa32f841912767c2c42dee)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8354be1..5adc22d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.1.1](https://github.com/lee88688/logseq-drawio-plugin/compare/v1.1.0...v1.1.1) (2023-07-12) + + +### Bug Fixes + +* toolbar buttons may be hard to see when in some theme. [#3](https://github.com/lee88688/logseq-drawio-plugin/issues/3) ([0dca149](https://github.com/lee88688/logseq-drawio-plugin/commit/0dca149cbcd0e9d804fa32f841912767c2c42dee)) + # [1.1.0](https://github.com/lee88688/logseq-drawio-plugin/compare/v1.0.6...v1.1.0) (2023-07-08) diff --git a/package.json b/package.json index 2fe3845..bf9e4fc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "logseq-drawio-plugin", - "version": "1.1.0", + "version": "1.1.1", "main": "dist/index.html", "scripts": { "dev": "vite",