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

Commit

Permalink
chore(main): release 4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Sep 14, 2022
1 parent 7c53b9f commit 19b30f1
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,19 @@

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

## [4.2.0](https://github.com/googleapis/nodejs-dlp/compare/v4.1.1...v4.2.0) (2022-09-14)


### Features

* Add Deidentify action ([#742](https://github.com/googleapis/nodejs-dlp/issues/742)) ([27bb912](https://github.com/googleapis/nodejs-dlp/commit/27bb91296c3a685f4e5edb470517d6c44ebd3801))


### Bug Fixes

* Do not import the whole google-gax from proto JS ([#1553](https://github.com/googleapis/nodejs-dlp/issues/1553)) ([#741](https://github.com/googleapis/nodejs-dlp/issues/741)) ([655d6af](https://github.com/googleapis/nodejs-dlp/commit/655d6af3f4ea5e4cac3d4a9f72b9181076699084))
* Preserve default values in x-goog-request-params header ([#746](https://github.com/googleapis/nodejs-dlp/issues/746)) ([7c53b9f](https://github.com/googleapis/nodejs-dlp/commit/7c53b9fb61d90cbc3e592070fcf577289d54ba21))

## [4.1.1](https://github.com/googleapis/nodejs-dlp/compare/v4.1.0...v4.1.1) (2022-08-23)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@google-cloud/dlp",
"description": "DLP API client for Node.js",
"version": "4.1.1",
"version": "4.2.0",
"license": "Apache-2.0",
"author": "Google Inc",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"test": "mocha system-test/*.test.js --timeout=600000"
},
"dependencies": {
"@google-cloud/dlp": "^4.1.1",
"@google-cloud/dlp": "^4.2.0",
"@google-cloud/pubsub": "^3.0.0",
"mime": "^3.0.0",
"yargs": "^16.0.0"
Expand Down

0 comments on commit 19b30f1

Please sign in to comment.