From 45298ed073c776927f876ed7d9c4935fc38d9dc4 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 7 Jun 2022 16:46:33 +0000 Subject: [PATCH] chore(release): 2.4.2 [skip ci] ## [2.4.2](https://github.com/pengx17/logseq-plugin-heatmap/compare/v2.4.1...v2.4.2) (2022-06-07) ### Bug Fixes * revert i18n usage ([3da0c9c](https://github.com/pengx17/logseq-plugin-heatmap/commit/3da0c9ccef6e92c533973702c0e183c03326ad87)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e597cc1..6189a66 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.4.2](https://github.com/pengx17/logseq-plugin-heatmap/compare/v2.4.1...v2.4.2) (2022-06-07) + + +### Bug Fixes + +* revert i18n usage ([3da0c9c](https://github.com/pengx17/logseq-plugin-heatmap/commit/3da0c9ccef6e92c533973702c0e183c03326ad87)) + ## [2.4.1](https://github.com/pengx17/logseq-plugin-heatmap/compare/v2.4.0...v2.4.1) (2022-06-07) diff --git a/package.json b/package.json index b6039a6..65b600f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "logseq-plugin-heatmap", - "version": "2.4.1", + "version": "2.4.2", "main": "dist/index.html", "scripts": { "dev": "vite",