From 18a86c2b1f196863edaf24bb9fa6883fd7f003ab Mon Sep 17 00:00:00 2001 From: Ruben Medina Date: Thu, 3 Aug 2023 22:42:42 -0700 Subject: [PATCH] chore(release): 2.3.25 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d34550a..2601c295 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.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) ### [2.3.23](https://github.com/samrum/OnStarJS/compare/v2.3.22...v2.3.23) (2023-06-06) diff --git a/package.json b/package.json index 236b2719..888fd166 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "onstarjs", - "version": "2.3.24", + "version": "2.3.25", "description": "Unofficial package for making OnStar API requests", "main": "dist/index.cjs", "module": "dist/index.mjs",