Skip to content

Commit

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

## 4.1.0

- **Added:** Function `shouldUpdate` to prevent unnecessary re-rendering (#61)
- **Changed:** Use dashes instead of underscore in console info card name

## 4.0.1

- **Fixed:** Compatibility issue with HA `0.116` (#56)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ to your `<config>/www/` folder and add the following to the `configuration.yaml`
```yaml
lovelace:
resources:
- url: /local/xiaomi-vacuum-card.js?v=4.0.1
- url: /local/xiaomi-vacuum-card.js?v=4.1.0
type: module
```
Expand Down
4 changes: 2 additions & 2 deletions tracker.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"xiaomi-vacuum-card": {
"updated_at": "2020-10-06",
"version": "4.0.1",
"updated_at": "2020-10-26",
"version": "4.1.0",
"remote_location": "https://raw.githubusercontent.com/benct/lovelace-xiaomi-vacuum-card/master/xiaomi-vacuum-card.js",
"visit_repo": "https://github.com/benct/lovelace-xiaomi-vacuum-card",
"changelog": "https://github.com/benct/lovelace-xiaomi-vacuum-card/blob/master/CHANGELOG.md"
Expand Down
2 changes: 1 addition & 1 deletion xiaomi-vacuum-card.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
((LitElement) => {
console.info(
'%c XIAOMI-VACUUM-CARD %c 4.0.1 ',
'%c XIAOMI-VACUUM-CARD %c 4.1.0 ',
'color: cyan; background: black; font-weight: bold;',
'color: darkblue; background: white; font-weight: bold;',
);
Expand Down

0 comments on commit ea2651a

Please sign in to comment.