Skip to content

Commit 77b1b0d

Browse files
chore: release 3.1.2 (#616)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 3444af2 commit 77b1b0d

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

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.1.2](https://www.github.com/googleapis/nodejs-dlp/compare/v3.1.1...v3.1.2) (2021-05-25)
8+
9+
10+
### Bug Fixes
11+
12+
* GoogleAdsError missing using generator version after 1.3.0 ([#615](https://www.github.com/googleapis/nodejs-dlp/issues/615)) ([f1ef17b](https://www.github.com/googleapis/nodejs-dlp/commit/f1ef17b7e14c8c029e270bab2fb830e87304ecbb))
13+
714
### [3.1.1](https://www.github.com/googleapis/nodejs-dlp/compare/v3.1.0...v3.1.1) (2021-05-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.1.1",
4+
"version": "3.1.2",
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.1.1",
18+
"@google-cloud/dlp": "^3.1.2",
1919
"@google-cloud/pubsub": "^2.0.0",
2020
"mime": "^2.3.1",
2121
"yargs": "^16.0.0"

0 commit comments

Comments
 (0)