Skip to content

Commit

Permalink
chore: release 1.4.0 (#248)
Browse files Browse the repository at this point in the history
release-please[bot] authored and bcoe committed Nov 15, 2019
1 parent 61ac3a6 commit 951a3ad
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions packages/google-container/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -4,6 +4,19 @@

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

## [1.4.0](https://www.github.com/googleapis/nodejs-cloud-container/compare/v1.3.1...v1.4.0) (2019-11-14)


### Features

* support listUsableSubnetworks rpc and new node config ([#246](https://www.github.com/googleapis/nodejs-cloud-container/issues/246)) ([08f2e19](https://www.github.com/googleapis/nodejs-cloud-container/commit/08f2e19c9bc3eff01adf90b59405c73d0a4f190a))
* **docs:** bump release level to beta ([#249](https://www.github.com/googleapis/nodejs-cloud-container/issues/249)) ([3651e6a](https://www.github.com/googleapis/nodejs-cloud-container/commit/3651e6a2cd7bf28da94a6d3d5d57861a15d8e332))


### Bug Fixes

* **docs:** snippets are now replaced in jsdoc comments ([#245](https://www.github.com/googleapis/nodejs-cloud-container/issues/245)) ([31fcb61](https://www.github.com/googleapis/nodejs-cloud-container/commit/31fcb616761b9f23f380be6fbe20f7a0d290a5a1))

### [1.3.1](https://www.github.com/googleapis/nodejs-cloud-container/compare/v1.3.0...v1.3.1) (2019-10-22)


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.3.1",
"version": "1.4.0",
"license": "Apache-2.0",
"author": "Google Inc",
"engines": {
2 changes: 1 addition & 1 deletion packages/google-container/samples/package.json
Original file line number Diff line number Diff line change
@@ -14,7 +14,7 @@
"test": "mocha system-test --timeout 10000"
},
"dependencies": {
"@google-cloud/container": "^1.3.1"
"@google-cloud/container": "^1.4.0"
},
"devDependencies": {
"chai": "^4.2.0",

0 comments on commit 951a3ad

Please sign in to comment.