From dc42ce285010c4b8ac2afc71c94559d73b47ef7f Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 16 Jun 2024 18:41:36 +0000 Subject: [PATCH] chore(release): 2.6.0 [skip ci] # [2.6.0](https://github.com/denysdovhan/purifier-card/compare/v2.5.3...v2.6.0) (2024-06-16) ### Features * Extend callService with target to make it possible to call a service on a custom entity. ([#363](https://github.com/denysdovhan/purifier-card/issues/363)) ([861a52c](https://github.com/denysdovhan/purifier-card/commit/861a52cfea02b6920c6b9433ff8223fe8cf83658)) --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 28482a0..c1730bf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "purifier-card", - "version": "2.5.3", + "version": "2.6.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "purifier-card", - "version": "2.5.3", + "version": "2.6.0", "license": "MIT", "dependencies": { "@types/lodash": "^4.14.195", diff --git a/package.json b/package.json index c076f6f..2f50be4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "purifier-card", - "version": "2.5.3", + "version": "2.6.0", "description": "Air Purifier card for Home Assistant Lovelace UI", "main": "dist/purifier-card.js", "scripts": {