From 2b1ca3f4d90f59dc8b043e0cf0f78afce75651dc Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 7 Nov 2021 04:37:20 +0000 Subject: [PATCH] chore(release): 2.1.1 [skip ci] ## [2.1.1](https://github.com/pengx17/logseq-plugin-heatmap/compare/v2.1.0...v2.1.1) (2021-11-07) ### Bug Fixes * adapt for user defined date formats ([14b467e](https://github.com/pengx17/logseq-plugin-heatmap/commit/14b467e1556dc5be96a606bef277765ea0472a52)) * adjust icon positioning ([7596ac2](https://github.com/pengx17/logseq-plugin-heatmap/commit/7596ac2c3008094c6612df566a8a1d00e7c583b4)) * adjust icon positioning ([1262701](https://github.com/pengx17/logseq-plugin-heatmap/commit/1262701ce55135031ee6c1c0cb69a661ad96f010)) --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fe3bfda..527c290 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [2.1.1](https://github.com/pengx17/logseq-plugin-heatmap/compare/v2.1.0...v2.1.1) (2021-11-07) + + +### Bug Fixes + +* adapt for user defined date formats ([14b467e](https://github.com/pengx17/logseq-plugin-heatmap/commit/14b467e1556dc5be96a606bef277765ea0472a52)) +* adjust icon positioning ([7596ac2](https://github.com/pengx17/logseq-plugin-heatmap/commit/7596ac2c3008094c6612df566a8a1d00e7c583b4)) +* adjust icon positioning ([1262701](https://github.com/pengx17/logseq-plugin-heatmap/commit/1262701ce55135031ee6c1c0cb69a661ad96f010)) + # [2.1.0](https://github.com/pengx17/logseq-plugin-heatmap/compare/v2.0.7...v2.1.0) (2021-10-12) diff --git a/package.json b/package.json index 9f304f5..508b10b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "logseq-plugin-heatmap", - "version": "2.1.0", + "version": "2.1.1", "main": "dist/index.html", "scripts": { "dev": "vite",