Skip to content

Commit 8e70770

Browse files
chore(main): release 4.1.0 (#356)
* chore(main): release 4.1.0 * 🦉 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>
1 parent d1d5b16 commit 8e70770

4 files changed

Lines changed: 10 additions & 3 deletions

File tree

packages/grafeas/CHANGELOG.md

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

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

7+
## [4.1.0](https://github.com/googleapis/nodejs-grafeas/compare/v4.0.0...v4.1.0) (2022-07-05)
8+
9+
10+
### Features
11+
12+
* support regapic LRO ([0b9a987](https://github.com/googleapis/nodejs-grafeas/commit/0b9a9870ddccd9ef9631dd01c2a73d260317d301))
13+
714
## [4.0.0](https://github.com/googleapis/nodejs-grafeas/compare/v3.6.1...v4.0.0) (2022-06-10)
815

916

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.0.0",
4+
"version": "4.1.0",
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.0.0",
4+
"version": "4.1.0",
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.0.0",
16+
"@google-cloud/grafeas": "^4.1.0",
1717
"@grpc/grpc-js": "^1.0.0"
1818
},
1919
"devDependencies": {

0 commit comments

Comments
 (0)