diff --git a/CHANGELOG.md b/CHANGELOG.md index 19df323..bee3f46 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.3.2](https://github.com/pengx17/logseq-plugin-heatmap/compare/v2.3.1...v2.3.2) (2022-03-24) + + +### Bug Fixes + +* add an error boundary to catch errors ([9c5cc82](https://github.com/pengx17/logseq-plugin-heatmap/commit/9c5cc823ef16d33eb0e87c91862aed84a30ec1a6)) + ## [2.3.1](https://github.com/pengx17/logseq-plugin-heatmap/compare/v2.3.0...v2.3.1) (2022-03-24) diff --git a/package.json b/package.json index 3848dae..1ab4e1b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "logseq-plugin-heatmap", - "version": "2.3.1", + "version": "2.3.2", "main": "dist/index.html", "scripts": { "dev": "vite",