diff --git a/CHANGELOG.md b/CHANGELOG.md index b96a3bcb..20121af6 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.2](https://github.com/samrum/OnStarJS/compare/v2.5.1...v2.5.2) (2024-06-05) + + +### Bug Fixes + +* update secrets ([#253](https://github.com/samrum/OnStarJS/issues/253)) ([cb24704](https://github.com/samrum/OnStarJS/commit/cb247045ba25eecae1983b729ec4df4585f7f244)) + ### [2.5.1](https://github.com/samrum/OnStarJS/compare/v2.5.0...v2.5.1) (2024-04-17) diff --git a/package.json b/package.json index 36dddb9a..f6cf2565 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "onstarjs", - "version": "2.5.1", + "version": "2.5.2", "description": "Unofficial package for making OnStar API requests", "main": "dist/index.cjs", "module": "dist/index.mjs",