Skip to content

Commit

Permalink
chore: release 1.6.2 (#262)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored and bcoe committed Jan 9, 2020
1 parent 7a1e354 commit c02f7db
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions packages/google-cloud-kms/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@

[1]: https://www.npmjs.com/package/@google-cloud/kms?activeTab=versions

### [1.6.2](https://www.github.com/googleapis/nodejs-kms/compare/v1.6.1...v1.6.2) (2020-01-09)


### Bug Fixes

* protos: removed extra resource annotations, no code changes ([b3d99be](https://www.github.com/googleapis/nodejs-kms/commit/b3d99bed61a3f28cb8a000b8ea84589979deeffd))

### [1.6.1](https://www.github.com/googleapis/nodejs-kms/compare/v1.6.0...v1.6.1) (2020-01-05)


Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-kms/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@google-cloud/kms",
"description": "Google Cloud Key Management Service (KMS) API client for Node.js",
"version": "1.6.1",
"version": "1.6.2",
"license": "Apache-2.0",
"author": "Google LLC",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-kms/samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"test": "mocha system-test"
},
"dependencies": {
"@google-cloud/kms": "^1.6.1"
"@google-cloud/kms": "^1.6.2"
},
"devDependencies": {
"chai": "^4.2.0",
Expand Down

0 comments on commit c02f7db

Please sign in to comment.