From ac50787a30147c980a2eceb44f5e0781612bf485 Mon Sep 17 00:00:00 2001 From: Nicolas Dujardin Date: Sun, 1 Nov 2020 11:54:18 +0100 Subject: [PATCH] 1.1.3 --- CHANGELOG.md | 4 ++++ package.json | 10 +++++----- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d35261f..ee2486d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to this project will be documented in this file. +## 1.1.3 + +- [NEW] funding link + ## 1.1.2 - [FIX] reset targetState at startup just in case diff --git a/package.json b/package.json index 1e8e18f..590afe2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "homebridge-gogogate2", - "version": "1.1.2", + "version": "1.1.3", "author": "Nicolas Dujardin", "description": "Publish your gogogate 2 to homebridge", "main": "index.js", @@ -48,12 +48,12 @@ }, "funding": [ { - "type" : "github", - "url" : "https://github.com/sponsors/nicoduj/" + "type": "github", + "url": "https://github.com/sponsors/nicoduj/" }, { - "type" : "paypal", - "url" : "https://www.paypal.me/nicoduj/" + "type": "paypal", + "url": "https://www.paypal.me/nicoduj/" } ] }