Skip to content

Commit c5c2d73

Browse files
chore(release): 1.0.1 [skip ci]
## [1.0.1](v1.0.0...v1.0.1) (2021-01-25) ### Bug Fixes * Not releasing file ([e1dc473](e1dc473))
1 parent e1dc473 commit c5c2d73

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.0.1](https://github.com/RomRider/apexcharts-card/compare/v1.0.0...v1.0.1) (2021-01-25)
2+
3+
4+
### Bug Fixes
5+
6+
* Not releasing file ([e1dc473](https://github.com/RomRider/apexcharts-card/commit/e1dc47312f53468990586af2643f7afeeca32275))
7+
18
# 1.0.0 (2021-01-25)
29

310

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ This card is available in [HACS](https://hacs.xyz/) (Home Assistant Community St
5151
2. Grab `apexcharts-card.js`:
5252

5353
```
54-
$ wget https://github.com/RomRider/apexcharts-card/releases/download/v1.0.0/apexcharts-card.js
54+
$ wget https://github.com/RomRider/apexcharts-card/releases/download/v1.0.1/apexcharts-card.js
5555
```
5656

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

6363
```yaml
6464
resources:
65-
- url: /local/apexcharts-card.js?v=1.0.0
65+
- url: /local/apexcharts-card.js?v=1.0.1
6666
type: module
6767
```
6868

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "apexcharts-card",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "A Home Assistant Lovelace card using ApexCharts to render graphs",
55
"main": "src/apexcharts-card.ts",
66
"scripts": {

0 commit comments

Comments
 (0)