Skip to content

Commit

Permalink
release: releasing v4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wa0x6e committed Feb 28, 2023
1 parent 3ded8a2 commit 5f6946f
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## v4.1.0 [2023-02-28]

## Features

- [feat] add github-like day subdomain template
- [feat] add safeguard and error message when Domain/SubDomain couple is not valid

## Bugfixes

- [fix] DomainSubLabel vertical position ignoring padding and label position
- [fix] rename subDomain template, for consistency
- [fix] fix plugins export from package.json

## v4.0.0 [2023-02-27]

See all previous changelogs from v4.0.0-beta.1 though 12
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",
"version": "4.1.0",
"description": "Cal-Heatmap is a javascript module to create calendar heatmap to visualize time series data",
"keywords": [
"calendar",
Expand Down

0 comments on commit 5f6946f

Please sign in to comment.