Skip to content

Commit

Permalink
chore(main): release 2.0.1 (#76)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


## [2.0.1](googleapis/nodejs-gke-connect-gateway@v2.0.0...v2.0.1) (2022-06-30)


### Bug Fixes

* **docs:** describe fallback rest option ([#75](googleapis/nodejs-gke-connect-gateway#75)) ([aa8cdc8](googleapis/nodejs-gke-connect-gateway@aa8cdc8))

---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
  • Loading branch information
release-please[bot] committed Jun 30, 2022
1 parent b1d6081 commit 3b948bf
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions packages/google-cloud-gkeconnect-gateway/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [2.0.1](https://github.com/googleapis/nodejs-gke-connect-gateway/compare/v2.0.0...v2.0.1) (2022-06-30)


### Bug Fixes

* **docs:** describe fallback rest option ([#75](https://github.com/googleapis/nodejs-gke-connect-gateway/issues/75)) ([aa8cdc8](https://github.com/googleapis/nodejs-gke-connect-gateway/commit/aa8cdc8607b44eea8bcc6b7065c01818857a8d70))

## [2.0.0](https://github.com/googleapis/nodejs-gke-connect-gateway/compare/v1.1.0...v2.0.0) (2022-05-19)


Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-gkeconnect-gateway/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@google-cloud/gke-connect-gateway",
"version": "2.0.0",
"version": "2.0.1",
"description": "apigateway client for Node.js",
"repository": "googleapis/nodejs-gke-connect-gateway",
"license": "Apache-2.0",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"clientLibrary": {
"name": "nodejs-gateway",
"version": "2.0.0",
"version": "2.0.1",
"language": "TYPESCRIPT",
"apis": [
{
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/gke-connect-gateway": "^2.0.0"
"@google-cloud/gke-connect-gateway": "^2.0.1"
},
"devDependencies": {
"c8": "^7.1.0",
Expand Down

0 comments on commit 3b948bf

Please sign in to comment.