Skip to content

Commit

Permalink
chore: release 2.6.0 (#107)
Browse files Browse the repository at this point in the history
🤖 I have created a release \*beep\* \*boop\* 
---
## [2.6.0](https://www.github.com/googleapis/nodejs-grafeas/compare/v2.5.2...v2.6.0) (2020-03-03)


### Features

* export protos in src/index.ts ([09db103](https://www.github.com/googleapis/nodejs-grafeas/commit/09db103ae572a97031984cf07fc444c586ed2fd2))


### Bug Fixes

* pass x-goog-request-params header for streaming calls ([c44a06b](https://www.github.com/googleapis/nodejs-grafeas/commit/c44a06baf2c7fc390b14af2596fb5fe03fde54a7))
* **deps:** update dependency @grpc/grpc-js to ^0.7.0 ([#114](https://www.github.com/googleapis/nodejs-grafeas/issues/114)) ([7976bef](https://www.github.com/googleapis/nodejs-grafeas/commit/7976bef684efe1eb8ea4a02851df984b1340f0e4))
---


This PR was generated with [Release Please](https://github.com/googleapis/release-please).
  • Loading branch information
release-please[bot] authored Mar 3, 2020
1 parent 7e94168 commit faf946e
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions packages/grafeas/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,19 @@

[1]: https://www.npmjs.com/package/@google-cloud/grafeas?activeTab=versions

## [2.6.0](https://www.github.com/googleapis/nodejs-grafeas/compare/v2.5.2...v2.6.0) (2020-03-03)


### Features

* export protos in src/index.ts ([09db103](https://www.github.com/googleapis/nodejs-grafeas/commit/09db103ae572a97031984cf07fc444c586ed2fd2))


### Bug Fixes

* pass x-goog-request-params header for streaming calls ([c44a06b](https://www.github.com/googleapis/nodejs-grafeas/commit/c44a06baf2c7fc390b14af2596fb5fe03fde54a7))
* **deps:** update dependency @grpc/grpc-js to ^0.7.0 ([#114](https://www.github.com/googleapis/nodejs-grafeas/issues/114)) ([7976bef](https://www.github.com/googleapis/nodejs-grafeas/commit/7976bef684efe1eb8ea4a02851df984b1340f0e4))

### [2.5.2](https://www.github.com/googleapis/nodejs-grafeas/compare/v2.5.1...v2.5.2) (2020-02-01)


Expand Down
2 changes: 1 addition & 1 deletion packages/grafeas/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"repository": "googleapis/nodejs-grafeas",
"name": "@google-cloud/grafeas",
"version": "2.5.2",
"version": "2.6.0",
"author": "Google LLC",
"description": "Grafeas API client for Node.js",
"main": "build/src/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/grafeas/samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"test": "mocha --timeout 600000 test/*.js"
},
"dependencies": {
"@google-cloud/grafeas": "^2.5.2",
"@google-cloud/grafeas": "^2.6.0",
"@grpc/grpc-js": "^0.7.0"
},
"devDependencies": {
Expand Down

0 comments on commit faf946e

Please sign in to comment.