Skip to content

Commit 78e24bc

Browse files
yoshi-automationcallmehiphop
authored andcommitted
chore: release 1.1.1 (#178)
1 parent b47e50e commit 78e24bc

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

packages/google-cloud-kms/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@
44

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

7+
### [1.1.1](https://www.github.com/googleapis/nodejs-kms/compare/v1.1.0...v1.1.1) (2019-06-14)
8+
9+
10+
### Bug Fixes
11+
12+
* **docs:** move to new client docs URL ([#177](https://www.github.com/googleapis/nodejs-kms/issues/177)) ([50d93e7](https://www.github.com/googleapis/nodejs-kms/commit/50d93e7))
13+
714
## [1.1.0](https://www.github.com/googleapis/nodejs-kms/compare/v1.0.0...v1.1.0) (2019-06-05)
815

916

packages/google-cloud-kms/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@google-cloud/kms",
33
"description": "Google Cloud Key Management Service (KMS) API client for Node.js",
4-
"version": "1.1.0",
4+
"version": "1.1.1",
55
"license": "Apache-2.0",
66
"author": "Google LLC",
77
"engines": {

packages/google-cloud-kms/samples/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"test": "mocha system-test"
1515
},
1616
"dependencies": {
17-
"@google-cloud/kms": "^1.1.0"
17+
"@google-cloud/kms": "^1.1.1"
1818
},
1919
"devDependencies": {
2020
"chai": "^4.2.0",

0 commit comments

Comments
 (0)