Skip to content

Commit 15bfeae

Browse files
1 parent c6c2fc6 commit 15bfeae

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [3.0.1](https://github.com/googleapis/nodejs-local-auth/compare/v3.0.0...v3.0.1) (2024-01-08)
4+
5+
6+
### Bug Fixes
7+
8+
* Resolve path to keys ([#185](https://github.com/googleapis/nodejs-local-auth/issues/185)) ([c6c2fc6](https://github.com/googleapis/nodejs-local-auth/commit/c6c2fc6bce4395c3ed2cf0b8594d6a1e0e8c70f4))
9+
310
## [3.0.0](https://github.com/googleapis/nodejs-local-auth/compare/v2.1.1...v3.0.0) (2023-08-10)
411

512

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@google-cloud/local-auth",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"description": "A standalone library for receiving Google OAuth tokens",
55
"main": "build/src/index.js",
66
"types": "build/src/index.d.ts",

samples/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"mocha": "^8.0.0"
1313
},
1414
"dependencies": {
15-
"@google-cloud/local-auth": "^3.0.0"
15+
"@google-cloud/local-auth": "^3.0.1"
1616
},
1717
"engines": {
1818
"node": ">=14.0.0"

0 commit comments

Comments
 (0)