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.1.1 (#737)
Browse files Browse the repository at this point in the history
* chore(main): release 4.1.1

* 🦉 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>
  • Loading branch information
release-please[bot] and gcf-owl-bot[bot] authored Sep 8, 2022
1 parent 31172f8 commit 279468c
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@

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

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


### Bug Fixes

* better support for fallback mode ([#735](https://github.com/googleapis/nodejs-dlp/issues/735)) ([3b080b0](https://github.com/googleapis/nodejs-dlp/commit/3b080b0fc6f246f8d454212b0c791957c313e2bd))
* change import long to require ([#736](https://github.com/googleapis/nodejs-dlp/issues/736)) ([b79ae99](https://github.com/googleapis/nodejs-dlp/commit/b79ae998bf5ae4ba56d995fcecaf97437c4df51e))
* remove pip install statements ([#1546](https://github.com/googleapis/nodejs-dlp/issues/1546)) ([#738](https://github.com/googleapis/nodejs-dlp/issues/738)) ([31172f8](https://github.com/googleapis/nodejs-dlp/commit/31172f8d8cabf1c86668e8f9ce0e4bda8cbc476b))

## [4.1.0](https://github.com/googleapis/nodejs-dlp/compare/v4.0.2...v4.1.0) (2022-07-12)


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.0",
"version": "4.1.1",
"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.1.0",
"version": "4.1.1",
"language": "TYPESCRIPT",
"apis": [
{
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.0",
"@google-cloud/dlp": "^4.1.1",
"@google-cloud/pubsub": "^3.0.0",
"mime": "^3.0.0",
"yargs": "^16.0.0"
Expand Down

0 comments on commit 279468c

Please sign in to comment.