Skip to content

Commit d950136

Browse files
1 parent 9e4a86f commit d950136

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

packages/grafeas/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@
44

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

7+
## [4.2.1](https://github.com/googleapis/nodejs-grafeas/compare/v4.2.0...v4.2.1) (2022-11-10)
8+
9+
10+
### Bug Fixes
11+
12+
* **deps:** Use google-gax v3.5.2 ([#374](https://github.com/googleapis/nodejs-grafeas/issues/374)) ([620c235](https://github.com/googleapis/nodejs-grafeas/commit/620c23512940c1d18de7d5424ea2a765e13286f3))
13+
* Regenerated protos JS and TS definitions ([#378](https://github.com/googleapis/nodejs-grafeas/issues/378)) ([e6ec5ef](https://github.com/googleapis/nodejs-grafeas/commit/e6ec5efd1b20b0f1345fed651ce6f70c2af15e64))
14+
715
## [4.2.0](https://github.com/googleapis/nodejs-grafeas/compare/v4.1.2...v4.2.0) (2022-10-06)
816

917

packages/grafeas/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"repository": "googleapis/nodejs-grafeas",
33
"name": "@google-cloud/grafeas",
4-
"version": "4.2.0",
4+
"version": "4.2.1",
55
"author": "Google LLC",
66
"description": "Grafeas API client for Node.js",
77
"main": "build/src/index.js",

packages/grafeas/samples/generated/v1/snippet_metadata.grafeas.v1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"clientLibrary": {
33
"name": "nodejs-grafeas",
4-
"version": "4.2.0",
4+
"version": "4.2.1",
55
"language": "TYPESCRIPT",
66
"apis": [
77
{

packages/grafeas/samples/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"test": "mocha --timeout 600000 test/*.js"
1414
},
1515
"dependencies": {
16-
"@google-cloud/grafeas": "^4.2.0",
16+
"@google-cloud/grafeas": "^4.2.1",
1717
"@grpc/grpc-js": "^1.0.0"
1818
},
1919
"devDependencies": {

0 commit comments

Comments
 (0)