Skip to content

Commit

Permalink
chore: release 1.0.0 (#288)
Browse files Browse the repository at this point in the history
* updated CHANGELOG.md

* updated package.json

* updated samples/package.json
  • Loading branch information
yoshi-automation authored and JustinBeckwith committed May 20, 2019
1 parent ad5df04 commit 947bd3d
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 3 deletions.
21 changes: 20 additions & 1 deletion packages/google-privacy-dlp/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,26 @@

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

## [1.0.0](https://www.github.com/googleapis/nodejs-dlp/compare/v0.12.0...v1.0.0) (2019-05-20)


### ⚠ BREAKING CHANGES

* upgrade engines field to >=8.10.0 (#272)

### Bug Fixes

* DEADLINE_EXCEEDED no longer treated as idempotent and retried ([1a0000c](https://www.github.com/googleapis/nodejs-dlp/commit/1a0000c))
* DEADLINE_EXCEEDED retry code is idempotent ([#281](https://www.github.com/googleapis/nodejs-dlp/issues/281)) ([9c00cf6](https://www.github.com/googleapis/nodejs-dlp/commit/9c00cf6))
* **deps:** update dependency @google-cloud/pubsub to ^0.29.0 ([#283](https://www.github.com/googleapis/nodejs-dlp/issues/283)) ([b1f9ee1](https://www.github.com/googleapis/nodejs-dlp/commit/b1f9ee1))
* **deps:** update dependency google-gax to ^0.26.0 ([#270](https://www.github.com/googleapis/nodejs-dlp/issues/270)) ([68258a6](https://www.github.com/googleapis/nodejs-dlp/commit/68258a6))
* **deps:** update dependency google-gax to v1 ([#280](https://www.github.com/googleapis/nodejs-dlp/issues/280)) ([2cbb997](https://www.github.com/googleapis/nodejs-dlp/commit/2cbb997))


### Build System

* upgrade engines field to >=8.10.0 ([#272](https://www.github.com/googleapis/nodejs-dlp/issues/272)) ([233e814](https://www.github.com/googleapis/nodejs-dlp/commit/233e814))

## v0.12.0

04-26-2019 12:39 PDT
Expand Down Expand Up @@ -159,4 +179,3 @@ Greetings! This release has a few new features, bug fixes, and doc updates. En
### Internal / Testing Changes
- chore(build): use `npm ci` instead of `npm install` (#86)
- chore: really delete node4 and node9 (#83)

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.12.0",
"version": "1.0.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.12.0",
"@google-cloud/dlp": "^1.0.0",
"@google-cloud/pubsub": "^0.29.0",
"mime": "^2.3.1",
"yargs": "^13.0.0"
Expand Down

0 comments on commit 947bd3d

Please sign in to comment.