We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a31edc commit 7aa80f0Copy full SHA for 7aa80f0
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## v4.0.0-beta.6 [2023-02-14]
4
+
5
+## Features
6
7
+- [feat] add API to extend/inject custom dayjs locale
8
9
## v4.0.0-beta.5 [2023-02-02]
10
11
## Bugfixes
package.json
@@ -1,6 +1,6 @@
{
"name": "cal-heatmap",
- "version": "4.0.0-beta.5",
+ "version": "4.0.0-beta.6",
"description": "Cal-Heatmap is a javascript module to create calendar heatmap to visualize time series data",
"keywords": [
"calendar",
src/version.ts
@@ -1,2 +1,2 @@
-const VERSION = '4.0.0-beta.5';
+const VERSION = '4.0.0-beta.6';
export default VERSION;
0 commit comments