From dd10fbdea59f00c2a3241d1c4b7a7d3de846a8c4 Mon Sep 17 00:00:00 2001 From: Martin Lykke Date: Mon, 14 Aug 2023 09:26:09 +0200 Subject: [PATCH] chore(release): 1.0.20 --- CHANGELOG.md | 2 ++ package-lock.json | 4 ++-- package.json | 4 ++-- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f624760..c593e6d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [1.0.20](https://github.com/marn06/homebridge-vw/compare/v1.0.19...v1.0.20) (2023-08-14) + ### [1.0.19](https://github.com/marn06/homebridge-vw/compare/v1.0.18...v1.0.19) (2023-08-14) ### [1.0.18](https://github.com/marn06/homebridge-vw/compare/v1.0.15...v1.0.18) (2023-08-11) diff --git a/package-lock.json b/package-lock.json index fd47650..ea01115 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "homebridge-vw", - "version": "1.0.19", + "version": "1.0.20", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "homebridge-vw", - "version": "1.0.19", + "version": "1.0.20", "hasInstallScript": true, "license": "MIT", "devDependencies": { diff --git a/package.json b/package.json index 4c37125..f2c483c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "homebridge-vw", "displayName": "Homebridge VW", - "version": "1.0.19", + "version": "1.0.20", "description": "Homebridge plugin for VW We Connect", "main": "dist/plugin.js", "devDependencies": { @@ -37,4 +37,4 @@ "url": "https://github.com/marn06/homebridge-vw/issues" }, "homepage": "https://github.com/marn06/homebridge-vw#readme" -} \ No newline at end of file +}