Skip to content

Commit

Permalink
chore(main): release 4.3.0 (#778)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Jan 6, 2023
1 parent 7335f22 commit 2512765
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions packages/google-privacy-dlp/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,20 @@

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

## [4.3.0](https://github.com/googleapis/nodejs-dlp/compare/v4.2.0...v4.3.0) (2023-01-06)


### Features

* ExcludeByHotword added as an ExclusionRule type, NEW_ZEALAND added as a LocationCategory value ([5b54b2e](https://github.com/googleapis/nodejs-dlp/commit/5b54b2e9c63acee3022089d9fb94d8b1907c1eb2))


### Bug Fixes

* Deprecate extra field to avoid confusion ([#777](https://github.com/googleapis/nodejs-dlp/issues/777)) ([f6a7ebd](https://github.com/googleapis/nodejs-dlp/commit/f6a7ebde9f78440600ac178a568e3fe79ccfadc2))
* **deps:** Use google-gax v3.5.2 ([#781](https://github.com/googleapis/nodejs-dlp/issues/781)) ([3601ed8](https://github.com/googleapis/nodejs-dlp/commit/3601ed84fa97958ca52bdc8d5620317f1a4a1de5))
* Regenerated protos JS and TS definitions ([#784](https://github.com/googleapis/nodejs-dlp/issues/784)) ([fa109f0](https://github.com/googleapis/nodejs-dlp/commit/fa109f05c3a29473a330e96b20e89480fb89496e))

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


Expand Down
2 changes: 1 addition & 1 deletion packages/google-privacy-dlp/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.2.0",
"version": "4.3.0",
"license": "Apache-2.0",
"author": "Google Inc",
"engines": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"clientLibrary": {
"name": "nodejs-dlp",
"version": "4.2.0",
"version": "4.3.0",
"language": "TYPESCRIPT",
"apis": [
{
Expand Down
2 changes: 1 addition & 1 deletion packages/google-privacy-dlp/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.2.0",
"@google-cloud/dlp": "^4.3.0",
"@google-cloud/pubsub": "^3.0.0",
"mime": "^3.0.0",
"yargs": "^16.0.0"
Expand Down

0 comments on commit 2512765

Please sign in to comment.