From 15bfeae357562823d524b301994d715ac078ec7b Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Mon, 8 Jan 2024 19:38:15 +0000 Subject: [PATCH] chore(main): release 3.0.1 (#187) :robot: I have created a release *beep* *boop* --- ## [3.0.1](https://togithub.com/googleapis/nodejs-local-auth/compare/v3.0.0...v3.0.1) (2024-01-08) ### Bug Fixes * Resolve path to keys ([#185](https://togithub.com/googleapis/nodejs-local-auth/issues/185)) ([c6c2fc6](https://togithub.com/googleapis/nodejs-local-auth/commit/c6c2fc6bce4395c3ed2cf0b8594d6a1e0e8c70f4)) --- This PR was generated with [Release Please](https://togithub.com/googleapis/release-please). See [documentation](https://togithub.com/googleapis/release-please#release-please). --- CHANGELOG.md | 7 +++++++ package.json | 2 +- samples/package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5cf5850..0bbe0d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.0.1](https://github.com/googleapis/nodejs-local-auth/compare/v3.0.0...v3.0.1) (2024-01-08) + + +### Bug Fixes + +* Resolve path to keys ([#185](https://github.com/googleapis/nodejs-local-auth/issues/185)) ([c6c2fc6](https://github.com/googleapis/nodejs-local-auth/commit/c6c2fc6bce4395c3ed2cf0b8594d6a1e0e8c70f4)) + ## [3.0.0](https://github.com/googleapis/nodejs-local-auth/compare/v2.1.1...v3.0.0) (2023-08-10) diff --git a/package.json b/package.json index eba0c7b..e3c8a91 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@google-cloud/local-auth", - "version": "3.0.0", + "version": "3.0.1", "description": "A standalone library for receiving Google OAuth tokens", "main": "build/src/index.js", "types": "build/src/index.d.ts", diff --git a/samples/package.json b/samples/package.json index 436c2f6..d1f935c 100644 --- a/samples/package.json +++ b/samples/package.json @@ -12,7 +12,7 @@ "mocha": "^8.0.0" }, "dependencies": { - "@google-cloud/local-auth": "^3.0.0" + "@google-cloud/local-auth": "^3.0.1" }, "engines": { "node": ">=14.0.0"