Skip to content
This repository has been archived by the owner on Jul 13, 2023. It is now read-only.

Commit

Permalink
chore(main): release 6.3.1 (#508)
Browse files Browse the repository at this point in the history
* chore(main): release 6.3.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 7, 2022
1 parent 22478d6 commit 237818b
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 5 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@

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

## [6.3.1](https://github.com/googleapis/nodejs-security-center/compare/v6.3.0...v6.3.1) (2022-09-01)


### Bug Fixes

* Allow passing gax instance to client constructor ([#506](https://github.com/googleapis/nodejs-security-center/issues/506)) ([22478d6](https://github.com/googleapis/nodejs-security-center/commit/22478d6fd89ec40aa281aa47daf14cfd96392341))
* Do not import the whole google-gax from proto JS ([#1553](https://github.com/googleapis/nodejs-security-center/issues/1553)) ([#507](https://github.com/googleapis/nodejs-security-center/issues/507)) ([fcea451](https://github.com/googleapis/nodejs-security-center/commit/fcea45122f431e6b1a1d680d960301b41f1eef39))

## [6.3.0](https://github.com/googleapis/nodejs-security-center/compare/v6.2.0...v6.3.0) (2022-08-23)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@google-cloud/security-center",
"description": "Cloud Security Command Center API client for Node.js",
"version": "6.3.0",
"version": "6.3.1",
"license": "Apache-2.0",
"author": "Google LLC",
"engines": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"clientLibrary": {
"name": "nodejs-securitycenter",
"version": "6.3.0",
"version": "6.3.1",
"language": "TYPESCRIPT",
"apis": [
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"clientLibrary": {
"name": "nodejs-securitycenter",
"version": "6.3.0",
"version": "6.3.1",
"language": "TYPESCRIPT",
"apis": [
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"clientLibrary": {
"name": "nodejs-securitycenter",
"version": "6.3.0",
"version": "6.3.1",
"language": "TYPESCRIPT",
"apis": [
{
Expand Down
2 changes: 1 addition & 1 deletion samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"license": "Apache-2.0",
"dependencies": {
"@google-cloud/pubsub": "^3.0.0",
"@google-cloud/security-center": "^6.3.0"
"@google-cloud/security-center": "^6.3.1"
},
"devDependencies": {
"chai": "^4.2.0",
Expand Down

0 comments on commit 237818b

Please sign in to comment.