Skip to content

Commit

Permalink
chore(main): release 4.0.0 (#349)
Browse files Browse the repository at this point in the history
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>
Co-authored-by: Benjamin E. Coe <bencoe@google.com>
  • Loading branch information
release-please[bot] committed Jun 20, 2022
1 parent 0bfd649 commit c93abe8
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 3 deletions.
16 changes: 16 additions & 0 deletions packages/grafeas/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,22 @@

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

## [4.0.0](https://github.com/googleapis/nodejs-grafeas/compare/v3.6.1...v4.0.0) (2022-06-10)


### ⚠ BREAKING CHANGES

* update library to use Node 12 (#347)

### Features

* Import of Grafeas from Github ([#351](https://github.com/googleapis/nodejs-grafeas/issues/351)) ([8aa9f5d](https://github.com/googleapis/nodejs-grafeas/commit/8aa9f5dd79a6c67e4ec062ceff5d6efca7673a15))


### Build System

* update library to use Node 12 ([#347](https://github.com/googleapis/nodejs-grafeas/issues/347)) ([31bd179](https://github.com/googleapis/nodejs-grafeas/commit/31bd179301b3096929a4ce4ab57b27cbb538e8eb))

### [3.6.1](https://github.com/googleapis/nodejs-grafeas/compare/v3.6.0...v3.6.1) (2022-03-14)


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

0 comments on commit c93abe8

Please sign in to comment.