diff --git a/CHANGELOG.md b/CHANGELOG.md index 7095ec0e..b5755692 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package-lock.json b/package-lock.json index b4a44317..24424e7a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "cal-heatmap", - "version": "4.0.0", + "version": "4.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "cal-heatmap", - "version": "4.0.0", + "version": "4.1.0", "license": "MIT", "dependencies": { "@observablehq/plot": "^0.6.0", diff --git a/package.json b/package.json index 4a4e8f60..931f5786 100644 --- a/package.json +++ b/package.json @@ -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",