Skip to content

Commit

Permalink
chore: release 1.6.2 (#287)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Feb 10, 2020
1 parent 2849cb3 commit 4b1c3ce
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions packages/google-container/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/container?activeTab=versions

### [1.6.2](https://www.github.com/googleapis/nodejs-cloud-container/compare/v1.6.1...v1.6.2) (2020-02-10)


### Bug Fixes

* pass x-goog-request-params header for streaming calls ([ab62cfd](https://www.github.com/googleapis/nodejs-cloud-container/commit/ab62cfddac9ab594318d906b7ee6272131ddaae2))

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


Expand Down
2 changes: 1 addition & 1 deletion packages/google-container/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@google-cloud/container",
"description": "Google Container Engine API client for Node.js",
"version": "1.6.1",
"version": "1.6.2",
"license": "Apache-2.0",
"author": "Google Inc",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/google-container/samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"test": "mocha system-test --timeout 10000"
},
"dependencies": {
"@google-cloud/container": "^1.6.1"
"@google-cloud/container": "^1.6.2"
},
"devDependencies": {
"chai": "^4.2.0",
Expand Down

0 comments on commit 4b1c3ce

Please sign in to comment.