File tree Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 3.0.0] ( https://github.com/googleapis/nodejs-local-auth/compare/v2.1.1...v3.0.0 ) (2023-08-10)
4
+
5
+
6
+ ### ⚠ BREAKING CHANGES
7
+
8
+ * upgrade to Node 14 ([ #169 ] ( https://github.com/googleapis/nodejs-local-auth/issues/169 ) )
9
+
10
+ ### Miscellaneous Chores
11
+
12
+ * Upgrade to Node 14 ([ #169 ] ( https://github.com/googleapis/nodejs-local-auth/issues/169 ) ) ([ 4ebd6ac] ( https://github.com/googleapis/nodejs-local-auth/commit/4ebd6acb98627ba7f8e60c021dfdf70c24a408c6 ) )
13
+
3
14
## [ 2.1.1] ( https://github.com/googleapis/nodejs-local-auth/compare/v2.1.0...v2.1.1 ) (2022-08-23)
4
15
5
16
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @google-cloud/local-auth" ,
3
- "version" : " 2.1.1 " ,
3
+ "version" : " 3.0.0 " ,
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" : " ^2.1.1 "
15
+ "@google-cloud/local-auth" : " ^3.0.0 "
16
16
},
17
17
"engines" : {
18
18
"node" : " >=14.0.0"
You can’t perform that action at this time.
0 commit comments