Skip to content

Commit

Permalink
release: release 4.0.0-beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
wa0x6e committed Jan 4, 2023
1 parent fa4b8be commit e7fa44d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 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.0.0-beta.2 [2023-01-05]

### Bug Fixes

- [fix] Fix #286 Uncaught TypeError: Cannot set properties of undefined (setting 'range')

## v4.0.0-beta.1 [2023-01-02]

V4 is a complete rewrite from the ground up.
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.0.0-beta.1",
"version": "4.0.0-beta.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 +1 @@
const VERSION = '4.0.0-beta.1'; export default VERSION;
const VERSION = '4.0.0-beta.2'; export default VERSION;

0 comments on commit e7fa44d

Please sign in to comment.