From ae616ac7b6796a710a625700c5ea6b3c4666f3b3 Mon Sep 17 00:00:00 2001 From: Ruben Medina Date: Wed, 17 Jan 2024 20:25:44 -0800 Subject: [PATCH] chore(release): 1.5.35 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4678e8f..b984cb6 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.5.35](https://github.com/samrum/homebridge-onstar/compare/v1.5.34...v1.5.35) (2024-01-18) + ### [1.5.34](https://github.com/samrum/homebridge-onstar/compare/v1.5.33...v1.5.34) (2023-11-15) ### [1.5.33](https://github.com/samrum/homebridge-onstar/compare/v1.5.32...v1.5.33) (2023-11-01) diff --git a/package.json b/package.json index b716e18..c28893e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "homebridge-onstar", "description": "Unofficial OnStar plugin for Homebridge", - "version": "1.5.34", + "version": "1.5.35", "type": "module", "main": "dist/index.cjs", "module": "dist/index.mjs",