Skip to content

Commit

Permalink
release: releasing 4.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
wa0x6e committed Mar 27, 2023
1 parent d9a8e3c commit e2ba83d
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

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

### Fixes

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

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

### Fixes
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.1",
"version": "4.2.2",
"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.1';
const VERSION = '4.2.2';
export default VERSION;

0 comments on commit e2ba83d

Please sign in to comment.