From 78cbf59f8854567816ef0acc0e96c488ee993aa6 Mon Sep 17 00:00:00 2001 From: Ruben Medina Date: Sat, 2 Sep 2023 20:30:19 -0700 Subject: [PATCH] chore(release): 2.3.26 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2601c29..d36c38e 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. +### [2.3.26](https://github.com/samrum/OnStarJS/compare/v2.3.25...v2.3.26) (2023-09-03) + ### [2.3.25](https://github.com/samrum/OnStarJS/compare/v2.3.24...v2.3.25) (2023-08-04) ### [2.3.24](https://github.com/samrum/OnStarJS/compare/v2.3.23...v2.3.24) (2023-06-24) diff --git a/package.json b/package.json index 888fd16..b7c10b8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "onstarjs", - "version": "2.3.25", + "version": "2.3.26", "description": "Unofficial package for making OnStar API requests", "main": "dist/index.cjs", "module": "dist/index.mjs",