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

Commit e482ca6

Browse files
chore(main): release 4.0.0 (#714)
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 2999561 commit e482ca6

File tree

4 files changed

+14
-3
lines changed

4 files changed

+14
-3
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,17 @@
44

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

7+
## [4.0.0](https://github.com/googleapis/nodejs-dlp/compare/v3.5.0...v4.0.0) (2022-05-20)
8+
9+
10+
### ⚠ BREAKING CHANGES
11+
12+
* update library to use Node 12 (#713)
13+
14+
### Build System
15+
16+
* update library to use Node 12 ([#713](https://github.com/googleapis/nodejs-dlp/issues/713)) ([2999561](https://github.com/googleapis/nodejs-dlp/commit/2999561d3c1b1f4de78fb11a8c916e2bb06a92a5))
17+
718
## [3.5.0](https://github.com/googleapis/nodejs-dlp/compare/v3.4.0...v3.5.0) (2022-04-01)
819

920

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.5.0",
4+
"version": "4.0.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": "3.5.0",
4+
"version": "4.0.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": "^3.5.0",
18+
"@google-cloud/dlp": "^4.0.0",
1919
"@google-cloud/pubsub": "^2.0.0",
2020
"mime": "^3.0.0",
2121
"yargs": "^16.0.0"

0 commit comments

Comments
 (0)