From a45febbb1881e7295376891f3a222e214e583b62 Mon Sep 17 00:00:00 2001 From: Ruben Medina Date: Fri, 26 Jul 2024 19:47:36 -0700 Subject: [PATCH] chore(release): 2.5.3 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 20121af6..4113817e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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.5.3](https://github.com/samrum/OnStarJS/compare/v2.5.2...v2.5.3) (2024-07-27) + + +### Bug Fixes + +* new secrets ([#256](https://github.com/samrum/OnStarJS/issues/256)) ([e4459ba](https://github.com/samrum/OnStarJS/commit/e4459ba7e82b8db21e021a25cde1c43d17299b7c)) + ### [2.5.2](https://github.com/samrum/OnStarJS/compare/v2.5.1...v2.5.2) (2024-06-05) diff --git a/package.json b/package.json index 4697ce48..62bd06dd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "onstarjs", - "version": "2.5.2", + "version": "2.5.3", "description": "Unofficial package for making OnStar API requests", "main": "dist/index.cjs", "module": "dist/index.mjs",