Skip to content

Commit

Permalink
chore(release): 2.1.2 [skip ci]
Browse files Browse the repository at this point in the history
### [2.1.2](v2.1.1...v2.1.2) (2024-07-10)

### Bug Fixes

* **series:** extremas would be wrong in some cases with `in_header: false` ([019b4ee](019b4ee)), closes [#725](#725)
  • Loading branch information
semantic-release-bot committed Jul 10, 2024
1 parent 019b4ee commit 6601972
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 5 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
### [2.1.2](https://github.com/RomRider/apexcharts-card/compare/v2.1.1...v2.1.2) (2024-07-10)


### Bug Fixes

* **series:** extremas would be wrong in some cases with `in_header: false` ([019b4ee](https://github.com/RomRider/apexcharts-card/commit/019b4ee1c7432e780a3f10ab6bf366fc1e5ded65)), closes [#725](https://github.com/RomRider/apexcharts-card/issues/725)

### [2.1.1](https://github.com/RomRider/apexcharts-card/compare/v2.1.0...v2.1.1) (2024-07-09)


Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ This card is available in [HACS](https://hacs.xyz/) (Home Assistant Community St
2. Grab `apexcharts-card.js`:

```
$ wget https://github.com/RomRider/apexcharts-card/releases/download/v2.1.1/apexcharts-card.js
$ wget https://github.com/RomRider/apexcharts-card/releases/download/v2.1.2/apexcharts-card.js
```

3. Add the resource reference as decribed below.
Expand All @@ -99,7 +99,7 @@ If you configure Lovelace via YAML, add a reference to `apexcharts-card.js` insi

```yaml
resources:
- url: /local/apexcharts-card.js?v=2.1.1
- url: /local/apexcharts-card.js?v=2.1.2
type: module
```
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": "apexcharts-card",
"version": "2.1.1",
"version": "2.1.2",
"description": "A Home Assistant Lovelace card using ApexCharts to render graphs",
"main": "src/apexcharts-card.ts",
"scripts": {
Expand Down

0 comments on commit 6601972

Please sign in to comment.