diff --git a/CHANGELOG.md b/CHANGELOG.md index bee3f46..7afccca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.3.3](https://github.com/pengx17/logseq-plugin-heatmap/compare/v2.3.2...v2.3.3) (2022-04-19) + + +### Bug Fixes + +* filter out empty blocks ([c31c14a](https://github.com/pengx17/logseq-plugin-heatmap/commit/c31c14aae2be5687d86e95409eecca3c4d5ce6d3)) + ## [2.3.2](https://github.com/pengx17/logseq-plugin-heatmap/compare/v2.3.1...v2.3.2) (2022-03-24) diff --git a/package.json b/package.json index 5765df0..29e3cd3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "logseq-plugin-heatmap", - "version": "2.3.2", + "version": "2.3.3", "main": "dist/index.html", "scripts": { "dev": "vite",