Skip to content

Commit

Permalink
Release v0.12.0 (#268)
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoe authored and callmehiphop committed Apr 26, 2019
1 parent af65208 commit fdfbb88
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions packages/google-privacy-dlp/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

## v0.12.0

04-26-2019 12:39 PDT

### New Features

- feat: add x-goog-request-params header
- feat: add deterministic encryption ([#263](https://github.com/googleapis/nodejs-dlp/pull/263))

## v0.11.0

03-12-2019 15:22 PDT
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": "0.11.0",
"version": "0.12.0",
"license": "Apache-2.0",
"author": "Google Inc",
"engines": {
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": "^0.11.0",
"@google-cloud/dlp": "^0.12.0",
"@google-cloud/pubsub": "^0.28.0",
"mime": "^2.3.1",
"yargs": "^13.0.0"
Expand Down

0 comments on commit fdfbb88

Please sign in to comment.