Skip to content

Commit

Permalink
chore(release): 2.0.2 [skip ci]
Browse files Browse the repository at this point in the history
### [2.0.2](v2.0.1...v2.0.2) (2022-12-08)

### Bug Fixes

* Home Assistant API deprecation warning ([1449c7f](1449c7f)), closes [#417](#417)
  • Loading branch information
semantic-release-bot committed Dec 8, 2022
1 parent 5ec6886 commit 0518d3c
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 5 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,10 @@
### [2.0.2](https://github.com/RomRider/apexcharts-card/compare/v2.0.1...v2.0.2) (2022-12-08)


### Bug Fixes

* Home Assistant API deprecation warning ([1449c7f](https://github.com/RomRider/apexcharts-card/commit/1449c7fab66cc65b3dc2c567184f57e0f2f67f76)), closes [#417](https://github.com/RomRider/apexcharts-card/issues/417)

### [2.0.2-dev.1](https://github.com/RomRider/apexcharts-card/compare/v2.0.1...v2.0.2-dev.1) (2022-11-04)


Expand Down
4 changes: 2 additions & 2 deletions README.md
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.0.1/apexcharts-card.js
$ wget https://github.com/RomRider/apexcharts-card/releases/download/v2.0.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.0.1
- url: /local/apexcharts-card.js?v=2.0.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
@@ -1,6 +1,6 @@
{
"name": "apexcharts-card",
"version": "2.0.2-dev.1",
"version": "2.0.2",
"description": "A Home Assistant Lovelace card using ApexCharts to render graphs",
"main": "src/apexcharts-card.ts",
"scripts": {
Expand Down

0 comments on commit 0518d3c

Please sign in to comment.