Skip to content

Commit

Permalink
chore(release): 1.0.1 [skip ci]
Browse files Browse the repository at this point in the history
## [1.0.1](v1.0.0...v1.0.1) (2021-01-25)

### Bug Fixes

* Not releasing file ([e1dc473](e1dc473))
  • Loading branch information
semantic-release-bot committed Jan 25, 2021
1 parent e1dc473 commit c5c2d73
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.0.1](https://github.com/RomRider/apexcharts-card/compare/v1.0.0...v1.0.1) (2021-01-25)


### Bug Fixes

* Not releasing file ([e1dc473](https://github.com/RomRider/apexcharts-card/commit/e1dc47312f53468990586af2643f7afeeca32275))

# 1.0.0 (2021-01-25)


Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,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/v1.0.0/apexcharts-card.js
$ wget https://github.com/RomRider/apexcharts-card/releases/download/v1.0.1/apexcharts-card.js
```

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

```yaml
resources:
- url: /local/apexcharts-card.js?v=1.0.0
- url: /local/apexcharts-card.js?v=1.0.1
type: module
```
Expand Down
2 changes: 1 addition & 1 deletion 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": "1.0.0",
"version": "1.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 c5c2d73

Please sign in to comment.