Skip to content

Commit eaa3071

Browse files
chore(main): release 3.0.2
1 parent 986b8e5 commit eaa3071

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [3.0.2](https://github.com/googleapis/nodejs-local-auth/compare/v3.0.1...v3.0.2) (2024-06-06)
4+
5+
6+
### Bug Fixes
7+
8+
* Typo ([#157](https://github.com/googleapis/nodejs-local-auth/issues/157)) ([59c66fa](https://github.com/googleapis/nodejs-local-auth/commit/59c66fad2f571e0b5aa3fd45c4cdba0d698173e8))
9+
310
## [3.0.1](https://github.com/googleapis/nodejs-local-auth/compare/v3.0.0...v3.0.1) (2024-01-08)
411

512

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@google-cloud/local-auth",
3-
"version": "3.0.1",
3+
"version": "3.0.2",
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

+1-1
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.1"
15+
"@google-cloud/local-auth": "^3.0.2"
1616
},
1717
"engines": {
1818
"node": ">=14.0.0"

0 commit comments

Comments
 (0)