Skip to content

Commit 4e568b6

Browse files
chore: release 2.0.2 (#146)
* created CHANGELOG.md [ci skip] * updated package.json [ci skip] * updated samples/package.json [ci skip] * Update CHANGELOG.md
1 parent 1c4f987 commit 4e568b6

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Changelog
2+
3+
### [2.0.2](https://www.github.com/googleapis/gaxios/compare/v2.0.1...v2.0.2) (2019-07-23)
4+
5+
6+
### Bug Fixes
7+
8+
* check for existence of fetch before using it ([#138](https://www.github.com/googleapis/gaxios/issues/138)) ([79eb58d](https://www.github.com/googleapis/gaxios/commit/79eb58d))
9+
* **docs:** make anchors work in jsdoc ([#139](https://www.github.com/googleapis/gaxios/issues/139)) ([85103bb](https://www.github.com/googleapis/gaxios/commit/85103bb))
10+
* prevent double option processing ([#142](https://www.github.com/googleapis/gaxios/issues/142)) ([19b4b3c](https://www.github.com/googleapis/gaxios/commit/19b4b3c))

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gaxios",
3-
"version": "0.0.0",
3+
"version": "2.0.2",
44
"description": "A simple common HTTP client specifically for Google APIs and services.",
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
@@ -10,6 +10,6 @@
1010
"mocha": "^6.1.4"
1111
},
1212
"dependencies": {
13-
"gaxios": "^2.0.1"
13+
"gaxios": "^2.0.2"
1414
}
1515
}

0 commit comments

Comments
 (0)