Skip to content

Commit

Permalink
chore: release 3.0.0 (#255)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] committed Mar 19, 2020
1 parent 054267b commit d29d538
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,18 @@
# Changelog

## [3.0.0](https://www.github.com/googleapis/gaxios/compare/v2.3.2...v3.0.0) (2020-03-19)


### ⚠ BREAKING CHANGES

* **deps:** TypeScript introduced breaking changes in generated code in 3.7.x
* drop Node 8 from engines field (#254)

### Features

* drop Node 8 from engines field ([#254](https://www.github.com/googleapis/gaxios/issues/254)) ([8c9fff7](https://www.github.com/googleapis/gaxios/commit/8c9fff7f92f70f029292c906c62d194c1d58827d))
* **deps:** updates to latest TypeScript ([#253](https://www.github.com/googleapis/gaxios/issues/253)) ([054267b](https://www.github.com/googleapis/gaxios/commit/054267bf12e1801c134e3b5cae92dcc5ea041fab))

### [2.3.2](https://www.github.com/googleapis/gaxios/compare/v2.3.1...v2.3.2) (2020-02-28)


Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "gaxios",
"version": "2.3.2",
"version": "3.0.0",
"description": "A simple common HTTP client specifically for Google APIs and services.",
"main": "build/src/index.js",
"types": "build/src/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion samples/package.json
Expand Up @@ -13,6 +13,6 @@
"mocha": "^7.0.0"
},
"dependencies": {
"gaxios": "^2.3.2"
"gaxios": "^3.0.0"
}
}

0 comments on commit d29d538

Please sign in to comment.