From 5f6946ff92556d1e8af1f9c4f92a3e171e339928 Mon Sep 17 00:00:00 2001 From: Wan Qi Chen <495709+wa0x6e@users.noreply.github.com> Date: Tue, 28 Feb 2023 22:33:16 +0400 Subject: [PATCH] release: releasing v4.1.0 --- CHANGELOG.md | 13 +++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 16 insertions(+), 3 deletions(-) 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",