Skip to content

Commit

Permalink
chore(main): release 4.1.1 (#360)
Browse files Browse the repository at this point in the history
* chore(main): release 4.1.1

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
  • Loading branch information
release-please[bot] and gcf-owl-bot[bot] authored Sep 8, 2022
1 parent eadf737 commit 9a2631a
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions packages/grafeas/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@

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

## [4.1.1](https://github.com/googleapis/nodejs-grafeas/compare/v4.1.0...v4.1.1) (2022-09-01)


### Bug Fixes

* Allow passing gax instance to client constructor ([#364](https://github.com/googleapis/nodejs-grafeas/issues/364)) ([2029b14](https://github.com/googleapis/nodejs-grafeas/commit/2029b145ec102e2852bf91a2e529cdee7fcd4275))
* Better support for fallback mode ([#358](https://github.com/googleapis/nodejs-grafeas/issues/358)) ([57c5c7f](https://github.com/googleapis/nodejs-grafeas/commit/57c5c7f023fafa33b041aff2031b0a1c381bf4d0))
* Change import long to require ([#359](https://github.com/googleapis/nodejs-grafeas/issues/359)) ([9ad8458](https://github.com/googleapis/nodejs-grafeas/commit/9ad8458e976f178be462bfe60dd393816f1a8a77))
* Do not import the whole google-gax from proto JS ([#1553](https://github.com/googleapis/nodejs-grafeas/issues/1553)) ([#363](https://github.com/googleapis/nodejs-grafeas/issues/363)) ([7655119](https://github.com/googleapis/nodejs-grafeas/commit/76551192a851920e4d92d93cd2ef5687504c91e1))

## [4.1.0](https://github.com/googleapis/nodejs-grafeas/compare/v4.0.0...v4.1.0) (2022-07-05)


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": "4.1.0",
"version": "4.1.1",
"author": "Google LLC",
"description": "Grafeas API client for Node.js",
"main": "build/src/index.js",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"clientLibrary": {
"name": "nodejs-grafeas",
"version": "4.1.0",
"version": "4.1.1",
"language": "TYPESCRIPT",
"apis": [
{
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": "^4.1.0",
"@google-cloud/grafeas": "^4.1.1",
"@grpc/grpc-js": "^1.0.0"
},
"devDependencies": {
Expand Down

0 comments on commit 9a2631a

Please sign in to comment.