Skip to content
This repository was archived by the owner on Sep 27, 2023. It is now read-only.

Commit 1c2f5ac

Browse files
chore: release 3.3.0 (#668)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 7f8b9d6 commit 1c2f5ac

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

+7
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.3.0](https://www.github.com/googleapis/nodejs-dlp/compare/v3.2.1...v3.3.0) (2021-12-03)
8+
9+
10+
### Features
11+
12+
* added deidentify replacement dictionaries feat: added field for BigQuery inspect template inclusion lists feat: added field to support infotype versioning ([#667](https://www.github.com/googleapis/nodejs-dlp/issues/667)) ([7f8b9d6](https://www.github.com/googleapis/nodejs-dlp/commit/7f8b9d6dc33837f5b93a0b2269ca79572520b14c))
13+
714
### [3.2.1](https://www.github.com/googleapis/nodejs-dlp/compare/v3.2.0...v3.2.1) (2021-11-03)
815

916

package.json

+1-1
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.2.1",
4+
"version": "3.3.0",
55
"license": "Apache-2.0",
66
"author": "Google Inc",
77
"engines": {

samples/package.json

+1-1
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.2.1",
18+
"@google-cloud/dlp": "^3.3.0",
1919
"@google-cloud/pubsub": "^2.0.0",
2020
"mime": "^3.0.0",
2121
"yargs": "^16.0.0"

0 commit comments

Comments
 (0)