Skip to content

Commit

Permalink
chore(release): 2.0.1 [skip ci]
Browse files Browse the repository at this point in the history
### [2.0.1](v2.0.0...v2.0.1) (2022-04-24)

### Bug Fixes

* Friendly name wouldn't display anymore ([ef38724](ef38724))
  • Loading branch information
semantic-release-bot committed Apr 24, 2022
1 parent ef38724 commit d8a6539
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.1](https://github.com/RomRider/apexcharts-card/compare/v2.0.0...v2.0.1) (2022-04-24)


### Bug Fixes

* Friendly name wouldn't display anymore ([ef38724](https://github.com/RomRider/apexcharts-card/commit/ef38724124011b8d2110cb3eb7f7963ea753e2c3))

## [2.0.0](https://github.com/RomRider/apexcharts-card/compare/v1.10.0...v2.0.0) (2022-04-23)


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.0/apexcharts-card.js
$ wget https://github.com/RomRider/apexcharts-card/releases/download/v2.0.1/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.0
- url: /local/apexcharts-card.js?v=2.0.1
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.0",
"version": "2.0.1",
"description": "A Home Assistant Lovelace card using ApexCharts to render graphs",
"main": "src/apexcharts-card.ts",
"scripts": {
Expand Down

0 comments on commit d8a6539

Please sign in to comment.