Skip to content

Commit

Permalink
chore(release): 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
samrum committed Mar 24, 2024
1 parent ab24156 commit 89ba79b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

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.4.0](https://github.com/samrum/OnStarJS/compare/v2.3.30...v2.4.0) (2024-03-24)


### Features

* include shared vehicles with getAccountVehicles ([#241](https://github.com/samrum/OnStarJS/issues/241)) ([09a173c](https://github.com/samrum/OnStarJS/commit/09a173c544ff7f97c472c903da0146047c11d6ab))


### Bug Fixes

* update secrets ([#249](https://github.com/samrum/OnStarJS/issues/249)) ([0b8a1c9](https://github.com/samrum/OnStarJS/commit/0b8a1c95446ccc6c83c65f8f2bf5d79bb84676a8))

### [2.3.30](https://github.com/samrum/OnStarJS/compare/v2.3.29...v2.3.30) (2024-01-18)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "onstarjs",
"version": "2.3.30",
"version": "2.4.0",
"description": "Unofficial package for making OnStar API requests",
"main": "dist/index.cjs",
"module": "dist/index.mjs",
Expand Down

0 comments on commit 89ba79b

Please sign in to comment.