From d89dcfd0b4dba8e071c08471657640579344f35b Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 8 Dec 2023 03:21:28 +0000 Subject: [PATCH] chore(release): 5.0.2 [skip ci] ## [5.0.2](https://github.com/rvagg/ghauth/compare/v5.0.1...v5.0.2) (2023-12-08) ### Bug Fixes * add github actions, auto release & dependabot ([66a73ac](https://github.com/rvagg/ghauth/commit/66a73aceb69bc2b53fcc2f69637ac3a0de9af998)) --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..36c5cb3 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,6 @@ +## [5.0.2](https://github.com/rvagg/ghauth/compare/v5.0.1...v5.0.2) (2023-12-08) + + +### Bug Fixes + +* add github actions, auto release & dependabot ([66a73ac](https://github.com/rvagg/ghauth/commit/66a73aceb69bc2b53fcc2f69637ac3a0de9af998)) diff --git a/package.json b/package.json index b417222..ac5af35 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ghauth", - "version": "5.0.1", + "version": "5.0.2", "description": "Create and load persistent GitHub authentication tokens for command-line apps", "main": "ghauth.js", "scripts": {