Skip to content

Commit

Permalink
release: release 4.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
wa0x6e committed May 20, 2023
1 parent a15eb52 commit 21d85f1
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
14 changes: 12 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,26 @@
# Changelog

## v4.2.3 [2023-05-21]

### Fixes

- [fix] Fix error when using with typescript `noUnusedParameters` options

### Chores

- [chore] Dependencies update

## v4.2.2 [2023-03-28]

### Fixes

- [fix] - fix invalid dayjs locale import from nodejs
- [fix] fix invalid dayjs locale import from nodejs

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

### Fixes

- [fix] - Add support for SSR
- [fix] Add support for SSR

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

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cal-heatmap",
"version": "4.2.2",
"version": "4.2.3",
"description": "Cal-Heatmap is a javascript module to create calendar heatmap to visualize time series data",
"keywords": [
"calendar",
Expand Down
2 changes: 1 addition & 1 deletion src/version.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
const VERSION = '4.2.2';
const VERSION = '4.2.3';
export default VERSION;

0 comments on commit 21d85f1

Please sign in to comment.