Skip to content
This repository was archived by the owner on Jul 20, 2023. It is now read-only.

Commit c55d263

Browse files
chore(main): release 2.2.0 (#154)
* chore(main): release 2.2.0 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 83a44f4 commit c55d263

5 files changed

Lines changed: 18 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## [2.2.0](https://github.com/googleapis/nodejs-network-connectivity/compare/v2.1.2...v2.2.0) (2022-11-15)
4+
5+
6+
### Features
7+
8+
* Add policy based routing" will work ([#160](https://github.com/googleapis/nodejs-network-connectivity/issues/160)) ([d6b9ce3](https://github.com/googleapis/nodejs-network-connectivity/commit/d6b9ce3a71b644fe957ace9ce571c50bd89b0781))
9+
10+
11+
### Bug Fixes
12+
13+
* **deps:** Use google-gax v3.5.2 ([#161](https://github.com/googleapis/nodejs-network-connectivity/issues/161)) ([fe9160f](https://github.com/googleapis/nodejs-network-connectivity/commit/fe9160f050ee1f05fcdc3d119df4af86872e73c6))
14+
* Preserve default values in x-goog-request-params header ([#153](https://github.com/googleapis/nodejs-network-connectivity/issues/153)) ([67f13e1](https://github.com/googleapis/nodejs-network-connectivity/commit/67f13e161733f86ce61af222f91222cc481cc149))
15+
* Regenerated protos JS and TS definitions ([#164](https://github.com/googleapis/nodejs-network-connectivity/issues/164)) ([dfbaab3](https://github.com/googleapis/nodejs-network-connectivity/commit/dfbaab3ded7b89bf7a79da8aca28637e73298b54))
16+
317
## [2.1.2](https://github.com/googleapis/nodejs-network-connectivity/compare/v2.1.1...v2.1.2) (2022-09-01)
418

519

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@google-cloud/network-connectivity",
3-
"version": "2.1.2",
3+
"version": "2.2.0",
44
"description": "Networkconnectivity client for Node.js",
55
"repository": "googleapis/nodejs-network-connectivity",
66
"license": "Apache-2.0",

samples/generated/v1/snippet_metadata.google.cloud.networkconnectivity.v1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"clientLibrary": {
33
"name": "nodejs-networkconnectivity",
4-
"version": "2.1.2",
4+
"version": "2.2.0",
55
"language": "TYPESCRIPT",
66
"apis": [
77
{

samples/generated/v1alpha1/snippet_metadata.google.cloud.networkconnectivity.v1alpha1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"clientLibrary": {
33
"name": "nodejs-networkconnectivity",
4-
"version": "2.1.2",
4+
"version": "2.2.0",
55
"language": "TYPESCRIPT",
66
"apis": [
77
{

samples/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"test": "c8 mocha --timeout 600000 test/*.js"
1414
},
1515
"dependencies": {
16-
"@google-cloud/network-connectivity": "^2.1.2"
16+
"@google-cloud/network-connectivity": "^2.2.0"
1717
},
1818
"devDependencies": {
1919
"c8": "^7.1.0",

0 commit comments

Comments
 (0)