From 13a20c7b1227a87bed591c489756a084dc71be73 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 27 Sep 2024 15:15:49 +0300 Subject: [PATCH] chore(master): release 3.3.0 (#222) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 8 ++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a0b5ea5..d635662 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [3.3.0](https://github.com/MindFreeze/ha-sankey-chart/compare/v3.2.4...v3.3.0) (2024-09-27) + + +### Features + +* **#151:** static relative start / end dates instead of using energy-date-selector ([13307f8](https://github.com/MindFreeze/ha-sankey-chart/commit/13307f8d818c2f7d5b5a9862bda59c8d29f536ae)) +* add pt-BR translation ([#221](https://github.com/MindFreeze/ha-sankey-chart/issues/221)) ([46ea331](https://github.com/MindFreeze/ha-sankey-chart/commit/46ea3318c93aae2742bb327116be0ed859457a67)) + ## [3.2.4](https://github.com/MindFreeze/ha-sankey-chart/compare/v3.2.3...v3.2.4) (2024-08-20) diff --git a/package-lock.json b/package-lock.json index 57da3b2..2d7a318 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ha-sankey-chart", - "version": "3.2.4", + "version": "3.3.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "ha-sankey-chart", - "version": "3.2.4", + "version": "3.3.0", "license": "MIT", "dependencies": { "custom-card-helpers": "^1.9.0", diff --git a/package.json b/package.json index 6a34ff0..748000a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ha-sankey-chart", - "version": "3.2.4", + "version": "3.3.0", "description": "Lovelace sankey diagram card", "keywords": [ "home-assistant",