Skip to content

Commit

Permalink
release: releasing v4.0.0-beta.10
Browse files Browse the repository at this point in the history
  • Loading branch information
wa0x6e committed Feb 18, 2023
1 parent 7c8189a commit 91a5293
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.0.0-beta.10 [2023-02-19]

## Bugfixes

- [fix] fix en locale always loaded instead of user defined custom locale

## v4.0.0-beta.9 [2023-02-18]

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

0 comments on commit 91a5293

Please sign in to comment.