diff --git a/CHANGELOG.md b/CHANGELOG.md index 34a9a8f..2db6ce9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.2.3](https://github.com/pengx17/logseq-plugin-heatmap/compare/v2.2.2...v2.2.3) (2021-11-17) + + +### Bug Fixes + +* heatmap displaying position ([8711ea3](https://github.com/pengx17/logseq-plugin-heatmap/commit/8711ea3eaa5a766240242eb6041d557d6db5cca4)) + ## [2.2.2](https://github.com/pengx17/logseq-plugin-heatmap/compare/v2.2.1...v2.2.2) (2021-11-17) diff --git a/package.json b/package.json index 435c6cd..aa386e8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "logseq-plugin-heatmap", - "version": "2.2.2", + "version": "2.2.3", "main": "dist/index.html", "scripts": { "dev": "vite",