Skip to content

Commit

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

* 🦉 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 26, 2022
1 parent c4ba29f commit 3fc66ba
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions packages/grafeas/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@

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

## [4.1.2](https://github.com/googleapis/nodejs-grafeas/compare/v4.1.1...v4.1.2) (2022-09-22)


### Bug Fixes

* Preserve default values in x-goog-request-params header ([#365](https://github.com/googleapis/nodejs-grafeas/issues/365)) ([31ddb47](https://github.com/googleapis/nodejs-grafeas/commit/31ddb47402a6cd1dc56170d6a61954b46de0678e))

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


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

0 comments on commit 3fc66ba

Please sign in to comment.