Skip to content

Commit

Permalink
chore: release 3.4.1 (#254)
Browse files Browse the repository at this point in the history
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
  • Loading branch information
release-please[bot] authored May 13, 2021
1 parent 84e127a commit 707c449
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions packages/grafeas/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@

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

### [3.4.1](https://github.com/googleapis/nodejs-grafeas/compare/v3.4.0...v3.4.1) (2021-05-12)


### Bug Fixes

* **deps:** require google-gax v2.12.0 ([#253](https://github.com/googleapis/nodejs-grafeas/issues/253)) ([2bd6c8d](https://github.com/googleapis/nodejs-grafeas/commit/2bd6c8d88cdc36bd18f71c407816af7fb62da4ed))
* use require() to load JSON protos ([#256](https://github.com/googleapis/nodejs-grafeas/issues/256)) ([c5a5925](https://github.com/googleapis/nodejs-grafeas/commit/c5a5925b396de53e147e192880ff8639eb315474))

## [3.4.0](https://github.com/googleapis/nodejs-grafeas/compare/v3.3.3...v3.4.0) (2021-01-09)


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": "3.4.0",
"version": "3.4.1",
"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": "^3.4.0",
"@google-cloud/grafeas": "^3.4.1",
"@grpc/grpc-js": "^1.0.0"
},
"devDependencies": {
Expand Down

0 comments on commit 707c449

Please sign in to comment.