From 14a7f9063234901cf7a6671e065aa59bc56641dd Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 24 Oct 2024 00:11:55 +0000 Subject: [PATCH] chore(release): 6.0.9 [skip ci] ## [6.0.9](https://github.com/rvagg/ghauth/compare/v6.0.8...v6.0.9) (2024-10-24) ### Trivial Changes * **deps:** bump actions/checkout from 4.2.1 to 4.2.2 ([78642f5](https://github.com/rvagg/ghauth/commit/78642f52b07934f85900333a66bac8b3bb6ff729)) --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index da7b048..19b1b3b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [6.0.9](https://github.com/rvagg/ghauth/compare/v6.0.8...v6.0.9) (2024-10-24) + +### Trivial Changes + +* **deps:** bump actions/checkout from 4.2.1 to 4.2.2 ([78642f5](https://github.com/rvagg/ghauth/commit/78642f52b07934f85900333a66bac8b3bb6ff729)) + ## [6.0.8](https://github.com/rvagg/ghauth/compare/v6.0.7...v6.0.8) (2024-10-08) ### Trivial Changes diff --git a/package.json b/package.json index 80938d9..9cdd3aa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ghauth", - "version": "6.0.8", + "version": "6.0.9", "description": "Create and load persistent GitHub authentication tokens for command-line apps", "main": "ghauth.js", "scripts": {