From 39b77374430c1da0a683a6035ae3988a8c35d064 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 18 Feb 2024 15:37:20 +0000 Subject: [PATCH] chore(latest): release 1.2.1 --- CHANGELOG.md | 8 ++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 679ec8e..d789ffd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.2.1](https://github.com/kyle-seongwoo-jun/homebridge-navien-smart/compare/v1.2.0...v1.2.1) (2024-02-18) + + +### Bug Fixes + +* add exception handling and error logging when refreshing aws session ([0843462](https://github.com/kyle-seongwoo-jun/homebridge-navien-smart/commit/08434625af26f2d644db1b24b25565013504a7f2)) +* refresh api session when expired ([f023dc0](https://github.com/kyle-seongwoo-jun/homebridge-navien-smart/commit/f023dc0a562964e9951284a814f7182edbf76eb2)) + ## [1.2.0](https://github.com/kyle-seongwoo-jun/homebridge-navien-smart/compare/v1.1.0...v1.2.0) (2024-02-15) diff --git a/package-lock.json b/package-lock.json index 4b7977f..16fbdaf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "homebridge-navien-smart", - "version": "1.2.0", + "version": "1.2.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "homebridge-navien-smart", - "version": "1.2.0", + "version": "1.2.1", "license": "Apache-2.0", "dependencies": { "@aws-amplify/pubsub": "^6.0.12", diff --git a/package.json b/package.json index bc6f36e..58062af 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "private": false, "displayName": "Navien Smart", "name": "homebridge-navien-smart", - "version": "1.2.0", + "version": "1.2.1", "description": "Homebridge plugin to control Navien devices via Navien Smart", "license": "Apache-2.0", "repository": {