Skip to content

Commit

Permalink
release: releasing v4.0.0-beta.7
Browse files Browse the repository at this point in the history
  • Loading branch information
wa0x6e committed Feb 15, 2023
1 parent 079950b commit 5bd9da1
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## v4.0.0-beta.7 [2023-02-15]

## Bugfixes

- [fix] fix dataset shifted by one day due to timezone

## Chores

- Dependencies update

## v4.0.0-beta.6 [2023-02-14]

## Features
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.6",
"version": "4.0.0-beta.7",
"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.0.0-beta.6';
const VERSION = '4.0.0-beta.7';
export default VERSION;

0 comments on commit 5bd9da1

Please sign in to comment.