Skip to content

Commit

Permalink
chore: release main
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Oct 26, 2023
1 parent e54bfd5 commit 4aa4f6a
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@
"packages/google-maps-places": "1.1.0",
"packages/google-maps-routing": "1.0.1",
"packages/google-monitoring-dashboard": "3.0.1",
"packages/google-privacy-dlp": "5.0.1",
"packages/google-privacy-dlp": "5.1.0",
"packages/google-storagetransfer": "3.0.1",
"packages/grafeas": "5.0.1",
"packages/typeless-sample-bot": "2.0.0"
Expand Down
19 changes: 18 additions & 1 deletion changelog.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
{
"repository": "googleapis/google-cloud-node",
"entries": [
{
"changes": [
{
"type": "feat",
"sha": "692e10f7734a4d2bf6b94fb46e5656b16ea54685",
"message": "[dlp] Introduce Discovery API protos and methods",
"issues": [
"4761"
]
}
],
"version": "5.1.0",
"language": "JAVASCRIPT",
"artifactName": "@google-cloud/dlp",
"id": "b81073d0-6157-486f-b263-b2e38eef6b73",
"createTime": "2023-10-26T15:58:16.649Z"
},
{
"changes": [
{
Expand Down Expand Up @@ -19821,5 +19838,5 @@
"createTime": "2023-01-28T04:18:24.718Z"
}
],
"updateTime": "2023-10-24T16:52:09.248Z"
"updateTime": "2023-10-26T15:58:16.649Z"
}
7 changes: 7 additions & 0 deletions packages/google-privacy-dlp/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@

[1]: https://www.npmjs.com/package/PACKAGE NAME?activeTab=versions

## [5.1.0](https://github.com/googleapis/google-cloud-node/compare/dlp-v5.0.1...dlp-v5.1.0) (2023-10-26)


### Features

* [dlp] Introduce Discovery API protos and methods ([#4761](https://github.com/googleapis/google-cloud-node/issues/4761)) ([692e10f](https://github.com/googleapis/google-cloud-node/commit/692e10f7734a4d2bf6b94fb46e5656b16ea54685))

## [5.0.1](https://github.com/googleapis/google-cloud-node/compare/dlp-v5.0.0...dlp-v5.0.1) (2023-09-06)


Expand Down
2 changes: 1 addition & 1 deletion packages/google-privacy-dlp/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@google-cloud/dlp",
"description": "DLP API client for Node.js",
"version": "5.0.1",
"version": "5.1.0",
"license": "Apache-2.0",
"author": "Google Inc",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/google-privacy-dlp/samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"test": "mocha test/*.test.js --timeout=600000"
},
"dependencies": {
"@google-cloud/dlp": "^5.0.1",
"@google-cloud/dlp": "^5.1.0",
"@google-cloud/pubsub": "^4.0.0",
"mime": "^3.0.0",
"yargs": "^17.0.0"
Expand Down

0 comments on commit 4aa4f6a

Please sign in to comment.