Skip to content

Commit

Permalink
chore: release 45.0.0 (#1875)
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
release-please[bot] authored and JustinBeckwith committed Nov 6, 2019
1 parent 1922ae5 commit bd9bfdc
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Expand Up @@ -4,6 +4,23 @@

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

## [45.0.0](https://www.github.com/googleapis/google-api-nodejs-client/compare/v44.0.0...v45.0.0) (2019-11-06)


### ⚠ BREAKING CHANGES

* run the generator (#1873)

### Features

* run the generator ([#1873](https://www.github.com/googleapis/google-api-nodejs-client/issues/1873)) ([8e45b55](https://www.github.com/googleapis/google-api-nodejs-client/commit/8e45b55152874d4b4b93e1a29604ca03dc887d6e))


### Bug Fixes

* **deps:** update dependency googleapis to v44 ([#1854](https://www.github.com/googleapis/google-api-nodejs-client/issues/1854)) ([c9b253c](https://www.github.com/googleapis/google-api-nodejs-client/commit/c9b253cf5fad4b4ecdaeecd31e3041bf1e16427e))
* **deps:** update dependency open to v7 ([#1858](https://www.github.com/googleapis/google-api-nodejs-client/issues/1858)) ([34c95dc](https://www.github.com/googleapis/google-api-nodejs-client/commit/34c95dc795ef316dd89b96f83e80579dbea1b4c3))

## [44.0.0](https://www.github.com/googleapis/google-api-nodejs-client/compare/v43.0.0...v44.0.0) (2019-10-12)


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": "44.0.0",
"version": "45.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": "^44.0.0",
"googleapis": "^45.0.0",
"nconf": "^0.10.0",
"open": "^7.0.0",
"server-destroy": "^1.0.1",
Expand Down

0 comments on commit bd9bfdc

Please sign in to comment.