Skip to content

Commit 21d85f1

Browse files
committed
release: release 4.2.3
1 parent a15eb52 commit 21d85f1

File tree

3 files changed

+14
-4
lines changed

3 files changed

+14
-4
lines changed

CHANGELOG.md

+12-2
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,26 @@
11
# Changelog
22

3+
## v4.2.3 [2023-05-21]
4+
5+
### Fixes
6+
7+
- [fix] Fix error when using with typescript `noUnusedParameters` options
8+
9+
### Chores
10+
11+
- [chore] Dependencies update
12+
313
## v4.2.2 [2023-03-28]
414

515
### Fixes
616

7-
- [fix] - fix invalid dayjs locale import from nodejs
17+
- [fix] fix invalid dayjs locale import from nodejs
818

919
## v4.2.1 [2023-03-28]
1020

1121
### Fixes
1222

13-
- [fix] - Add support for SSR
23+
- [fix] Add support for SSR
1424

1525
## v4.2.0 [2023-03-17]
1626

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cal-heatmap",
3-
"version": "4.2.2",
3+
"version": "4.2.3",
44
"description": "Cal-Heatmap is a javascript module to create calendar heatmap to visualize time series data",
55
"keywords": [
66
"calendar",

src/version.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
const VERSION = '4.2.2';
1+
const VERSION = '4.2.3';
22
export default VERSION;

0 commit comments

Comments
 (0)