From 349de70bd7734a375a335018046bac79258898b9 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 9 Nov 2021 08:41:15 +0000 Subject: [PATCH] chore(release): 2.2.0 [skip ci] # [2.2.0](https://github.com/pengx17/logseq-plugin-heatmap/compare/v2.1.1...v2.2.0) (2021-11-09) ### Features * make active journal page rect to have pink outline ([4ad0846](https://github.com/pengx17/logseq-plugin-heatmap/commit/4ad0846ff1b3fe24789631e82249db0268741f3f)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 527c290..7017ffd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [2.2.0](https://github.com/pengx17/logseq-plugin-heatmap/compare/v2.1.1...v2.2.0) (2021-11-09) + + +### Features + +* make active journal page rect to have pink outline ([4ad0846](https://github.com/pengx17/logseq-plugin-heatmap/commit/4ad0846ff1b3fe24789631e82249db0268741f3f)) + ## [2.1.1](https://github.com/pengx17/logseq-plugin-heatmap/compare/v2.1.0...v2.1.1) (2021-11-07) diff --git a/package.json b/package.json index 43b8f22..a96f558 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "logseq-plugin-heatmap", - "version": "2.1.1", + "version": "2.2.0", "main": "dist/index.html", "scripts": { "dev": "vite",