Skip to content

Commit

Permalink
chore: release 43.0.0 (#1818)
Browse files Browse the repository at this point in the history
* updated CHANGELOG.md [ci skip]

* updated package.json [ci skip]

* updated samples/package.json [ci skip]
  • Loading branch information
yoshi-automation authored and JustinBeckwith committed Sep 6, 2019
1 parent b99011a commit 7dd9ee2
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 2 deletions.
31 changes: 31 additions & 0 deletions CHANGELOG.md
Expand Up @@ -4,6 +4,37 @@

[1]: https://www.npmjs.com/package/googleapis?activeTab=versions

## [43.0.0](https://www.github.com/googleapis/google-api-nodejs-client/compare/v42.0.0...v43.0.0) (2019-09-06)


### ⚠ BREAKING CHANGES

* This release has multiple breaking changes. The following APIs have been removed:
- appstate/v1
- compute/alpha
- run/v1beta1

In addition, the default rootUrl for the compute API has been switched from `www.googleapis.com` to `compute.googleapis.com`.

The following APIs have been added:
- bigqueryreservation/v1
- bigqueryreservation/v1alpha2
- domainsrdap/v1
- homegraph/v1
- speech/v2beta
- translate/v3beta1
- verifiedaccess/v1

### Bug Fixes

* **deps:** fix nock version ([#1812](https://www.github.com/googleapis/google-api-nodejs-client/issues/1812)) ([a9a7329](https://www.github.com/googleapis/google-api-nodejs-client/commit/a9a7329))


### Features

* **gen:** run the generator ([#1814](https://www.github.com/googleapis/google-api-nodejs-client/issues/1814)) ([381f54a](https://www.github.com/googleapis/google-api-nodejs-client/commit/381f54a))
* run the generator ([b99011a](https://www.github.com/googleapis/google-api-nodejs-client/commit/b99011a))

## [42.1.0](https://www.github.com/googleapis/google-api-nodejs-client/compare/v42.0.0...v42.1.0) (2019-09-06)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -10,7 +10,7 @@
],
"repository": "googleapis/google-api-nodejs-client",
"name": "googleapis",
"version": "42.1.0",
"version": "43.0.0",
"scripts": {
"pretest": "npm run compile",
"prepare": "npm run compile",
Expand Down
2 changes: 1 addition & 1 deletion samples/package.json
Expand Up @@ -11,7 +11,7 @@
},
"dependencies": {
"express": "^4.16.4",
"googleapis": "^42.1.0",
"googleapis": "^43.0.0",
"nconf": "^0.10.0",
"open": "^6.3.0",
"server-destroy": "^1.0.1",
Expand Down

0 comments on commit 7dd9ee2

Please sign in to comment.