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

Commit 54ae954

Browse files
chore(main): release 4.1.0 (#729)
* chore(main): release 4.1.0 * 🦉 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>
1 parent 1147763 commit 54ae954

File tree

4 files changed

+15
-3
lines changed

4 files changed

+15
-3
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,18 @@
44

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

7+
## [4.1.0](https://github.com/googleapis/nodejs-dlp/compare/v4.0.2...v4.1.0) (2022-07-12)
8+
9+
10+
### Features
11+
12+
* InfoType categories were added to built-in infoTypes ([#730](https://github.com/googleapis/nodejs-dlp/issues/730)) ([1147763](https://github.com/googleapis/nodejs-dlp/commit/114776322342445ae1e792c51ee6a2eedc48bebf))
13+
14+
15+
### Bug Fixes
16+
17+
* **deps:** do not depend on protobufjs ([#728](https://github.com/googleapis/nodejs-dlp/issues/728)) ([3ce38f6](https://github.com/googleapis/nodejs-dlp/commit/3ce38f6d714e32d7df3b01eb4e78023eff023de5))
18+
719
## [4.0.2](https://github.com/googleapis/nodejs-dlp/compare/v4.0.1...v4.0.2) (2022-06-30)
820

921

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

samples/generated/v2/snippet_metadata.google.privacy.dlp.v2.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"clientLibrary": {
33
"name": "nodejs-dlp",
4-
"version": "4.0.2",
4+
"version": "4.1.0",
55
"language": "TYPESCRIPT",
66
"apis": [
77
{

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": "^4.0.2",
18+
"@google-cloud/dlp": "^4.1.0",
1919
"@google-cloud/pubsub": "^3.0.0",
2020
"mime": "^3.0.0",
2121
"yargs": "^16.0.0"

0 commit comments

Comments
 (0)