From 5fd2c1d96bd08b05ca25228f9f7d2278ab5f6879 Mon Sep 17 00:00:00 2001 From: Yue Yang Date: Thu, 26 May 2022 15:03:36 +0800 Subject: [PATCH] v1.2.0 --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1196f82..ea41fff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.2.0] - 2022-05-26 + +### Changed + +- Update `TODO` bg color [#9](https://github.com/g1eny0ung/logseq-github-theme/pull/9) + +### Fixed + +- Fix left/right placement tooltips +- Fix the color of menu links +- Fix the style of checkboxes in all pages + ## [1.1.0] - 2022-04-02 ### Added diff --git a/package.json b/package.json index 688e4f0..e2722d5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "logseq-github-theme", - "version": "1.1.0", + "version": "1.2.0", "description": "😻 GitHub themes for Logseq.", "author": "Yue Yang ", "repository": "g1eny0ung/logseq-github-theme",