Skip to content

Commit

Permalink
Release nodejs-dlp v0.9.0 (#113)
Browse files Browse the repository at this point in the history
* Release v0.8.1

* update samples/package.json ver

* upgrade to v0.9.0 instead

* Update CHANGELOG.md
  • Loading branch information
jkwlui authored Aug 21, 2018
1 parent 3c0208a commit 2b5e8f5
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 2 deletions.
32 changes: 32 additions & 0 deletions packages/google-privacy-dlp/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,38 @@

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

## v0.9.0

### New Features
- Bring in new feature:
- StoredInfoTypes

### Dependencies
- chore(deps): update dependency eslint-config-prettier to v3 (#110)
- chore(deps): lock file maintenance (#104)
- chore(deps): lock file maintenance (#103)
- fix(deps): update dependency google-gax to ^0.18.0 (#100)
- chore(deps): lock file maintenance (#99)
- chore(deps): lock file maintenance (#94)
- chore(deps): update dependency eslint-plugin-node to v7 (#91)
- chore(deps): lock file maintenance (#90)

### Documentation
- doc: add missing namespace (#108)
- DLP sample: Add autoPopulateTimespan option for creating job triggers. (#64)
- feat: Add code samples for DLP text redaction (#61)

### Internal / Testing Changes
- Update synth.py (#112)
- test: use strictEqual in tests (#92)
- chore: do not use npm ci (#107)
- chore: ignore package-lock.json (#105)
- chore: update renovate config (#102)
- remove that whitespace (#101)
- chore: move mocha options to mocha.opts (#97)
- chore: add node templates to synth.py (#95)
- fix: requiring samples/ node engine >7.6 because async/await was used (#93)

## v0.8.0

### BREAKING CHANGE
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.8.0",
"version": "0.9.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 @@ -13,7 +13,7 @@
"test": "ava -T 5m --verbose system-test/*.test.js"
},
"dependencies": {
"@google-cloud/dlp": "0.8.0",
"@google-cloud/dlp": "0.9.0",
"@google-cloud/pubsub": "^0.19.0",
"mime": "^2.3.1",
"yargs": "^12.0.1"
Expand Down

0 comments on commit 2b5e8f5

Please sign in to comment.