File tree 3 files changed +10
-2
lines changed
3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ### [ 2.2.1] ( https://www.github.com/googleapis/gaxios/compare/v2.2.0...v2.2.1 ) (2020-01-04)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * ** deps:** update dependency https-proxy-agent to v4 ([ #201 ] ( https://www.github.com/googleapis/gaxios/issues/201 ) ) ([ 5cdeef2] ( https://www.github.com/googleapis/gaxios/commit/5cdeef288a0c5c544c0dc2659aafbb2215d06c4b ) )
9
+ * remove retryDelay option ([ #203 ] ( https://www.github.com/googleapis/gaxios/issues/203 ) ) ([ d21e08d] ( https://www.github.com/googleapis/gaxios/commit/d21e08d2aada980d39bc5ca7093d54452be2d646 ) )
10
+
3
11
## [ 2.2.0] ( https://www.github.com/googleapis/gaxios/compare/v2.1.1...v2.2.0 ) (2019-12-05)
4
12
5
13
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " gaxios" ,
3
- "version" : " 2.2.0 " ,
3
+ "version" : " 2.2.1 " ,
4
4
"description" : " A simple common HTTP client specifically for Google APIs and services." ,
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 10
10
"mocha" : " ^7.0.0"
11
11
},
12
12
"dependencies" : {
13
- "gaxios" : " ^2.2.0 "
13
+ "gaxios" : " ^2.2.1 "
14
14
}
15
15
}
You can’t perform that action at this time.
0 commit comments