From b39bb38e3a407faa322e5dd34569066a42bb511d Mon Sep 17 00:00:00 2001 From: Yue Yang Date: Sat, 4 Jun 2022 11:04:38 +0800 Subject: [PATCH] v1.2.1 --- CHANGELOG.md | 12 ++++++++++++ README.md | 2 +- package.json | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ea41fff..edb1d89 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.1] - 2022-06-04 + +### Changed + +- Update `cloze` color to `attention.fg`. + +### Fixed + +- Revert card style to default. This avoids incompatibility with other plugins. +- Remove top offset in `code-lang`. +- Update screenshots. + ## [1.2.0] - 2022-05-26 ### Changed diff --git a/README.md b/README.md index 0469c1b..46baff9 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ ## Manual Installation -Here's how to install manually: +Here's how to install manually (But in most cases you don't need to do this): ### Offline diff --git a/package.json b/package.json index e2722d5..df7031e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "logseq-github-theme", - "version": "1.2.0", + "version": "1.2.1", "description": "😻 GitHub themes for Logseq.", "author": "Yue Yang ", "repository": "g1eny0ung/logseq-github-theme",