Skip to content

Commit

Permalink
release: release 4.3.0-beta.4
Browse files Browse the repository at this point in the history
  • Loading branch information
wa0x6e committed Mar 3, 2024
1 parent 83c9083 commit 940612f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
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.3.0-beta.3",
"version": "4.3.0-beta.4",
"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.3.0-beta.3';
const VERSION = '4.3.0-beta.4';
export default VERSION;

0 comments on commit 940612f

Please sign in to comment.