File tree 3 files changed +9
-2
lines changed
3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
10
## [ 3.0.1] ( https://github.com/googleapis/nodejs-local-auth/compare/v3.0.0...v3.0.1 ) (2024-01-08)
4
11
5
12
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @google-cloud/local-auth" ,
3
- "version" : " 3.0.1 " ,
3
+ "version" : " 3.0.2 " ,
4
4
"description" : " A standalone library for receiving Google OAuth tokens" ,
5
5
"main" : " build/src/index.js" ,
6
6
"types" : " build/src/index.d.ts" ,
Original file line number Diff line number Diff line change 12
12
"mocha" : " ^8.0.0"
13
13
},
14
14
"dependencies" : {
15
- "@google-cloud/local-auth" : " ^3.0.1 "
15
+ "@google-cloud/local-auth" : " ^3.0.2 "
16
16
},
17
17
"engines" : {
18
18
"node" : " >=14.0.0"
You can’t perform that action at this time.
0 commit comments