Skip to content

Commit bc64d83

Browse files
chore: release 3.0.4 (#549)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 674daea commit bc64d83

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

packages/google-privacy-dlp/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/PACKAGE NAME?activeTab=versions
66

7+
### [3.0.4](https://www.github.com/googleapis/nodejs-dlp/compare/v3.0.3...v3.0.4) (2020-10-15)
8+
9+
10+
### Bug Fixes
11+
12+
* retrieve job config for risk analysis jobs; docs: clarify timespan config for BigQuery and Datastore. ([#547](https://www.github.com/googleapis/nodejs-dlp/issues/547)) ([3b25dd6](https://www.github.com/googleapis/nodejs-dlp/commit/3b25dd66350ca5729ddebe48f0a3718b756633ae))
13+
714
### [3.0.3](https://www.github.com/googleapis/nodejs-dlp/compare/v3.0.2...v3.0.3) (2020-09-12)
815

916

packages/google-privacy-dlp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@google-cloud/dlp",
33
"description": "DLP API client for Node.js",
4-
"version": "3.0.3",
4+
"version": "3.0.4",
55
"license": "Apache-2.0",
66
"author": "Google Inc",
77
"engines": {

packages/google-privacy-dlp/samples/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"test": "mocha system-test/*.test.js --timeout=600000"
1616
},
1717
"dependencies": {
18-
"@google-cloud/dlp": "^3.0.3",
18+
"@google-cloud/dlp": "^3.0.4",
1919
"@google-cloud/pubsub": "^2.0.0",
2020
"mime": "^2.3.1",
2121
"yargs": "^16.0.0"

0 commit comments

Comments
 (0)