Skip to content

Commit

Permalink
chore: release 1.1.4 (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Jun 30, 2021
1 parent 80fc4b9 commit 185f84a
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-networkconnectivity/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

### [1.1.4](https://www.github.com/googleapis/nodejs-network-connectivity/compare/v1.1.3...v1.1.4) (2021-06-30)


### Bug Fixes

* **deps:** google-gax v2.17.0 with mTLS ([#59](https://www.github.com/googleapis/nodejs-network-connectivity/issues/59)) ([3f81f41](https://www.github.com/googleapis/nodejs-network-connectivity/commit/3f81f4139e316a97a76b5482478d44d5a8cc173a))

### [1.1.3](https://www.github.com/googleapis/nodejs-network-connectivity/compare/v1.1.2...v1.1.3) (2021-06-23)


Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-networkconnectivity/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@google-cloud/network-connectivity",
"version": "1.1.3",
"version": "1.1.4",
"description": "Networkconnectivity client for Node.js",
"repository": "googleapis/nodejs-network-connectivity",
"license": "Apache-2.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"test": "c8 mocha --timeout 600000 test/*.js"
},
"dependencies": {
"@google-cloud/network-connectivity": "^1.1.3"
"@google-cloud/network-connectivity": "^1.1.4"
},
"devDependencies": {
"c8": "^7.1.0",
Expand Down

0 comments on commit 185f84a

Please sign in to comment.