Skip to content

Commit 4704b87

Browse files
yoshi-automationbcoe
authored andcommitted
chore: release 1.1.4 (#222)
1 parent fcee311 commit 4704b87

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

packages/google-container/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@
44

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

7+
### [1.1.4](https://www.github.com/googleapis/nodejs-cloud-container/compare/v1.1.3...v1.1.4) (2019-08-28)
8+
9+
10+
### Bug Fixes
11+
12+
* include node version with headers ([#221](https://www.github.com/googleapis/nodejs-cloud-container/issues/221)) ([28892af](https://www.github.com/googleapis/nodejs-cloud-container/commit/28892af))
13+
* **docs:** stop linking reference documents to anchor ([2934b37](https://www.github.com/googleapis/nodejs-cloud-container/commit/2934b37))
14+
715
### [1.1.3](https://www.github.com/googleapis/nodejs-cloud-container/compare/v1.1.2...v1.1.3) (2019-06-26)
816

917

packages/google-container/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@google-cloud/container",
33
"description": "Google Container Engine API client for Node.js",
4-
"version": "1.1.3",
4+
"version": "1.1.4",
55
"license": "Apache-2.0",
66
"author": "Google Inc",
77
"engines": {

packages/google-container/samples/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"test": "mocha system-test --timeout 10000"
1515
},
1616
"dependencies": {
17-
"@google-cloud/container": "^1.1.3"
17+
"@google-cloud/container": "^1.1.4"
1818
},
1919
"devDependencies": {
2020
"chai": "^4.2.0",

0 commit comments

Comments
 (0)