Skip to content

Commit b000110

Browse files
chore(main): release 2.0.3 (#141)
* chore(main): release 2.0.3 * 🦉 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 525d8f6 commit b000110

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

packages/google-cloud-policytroubleshooter/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [2.0.3](https://github.com/googleapis/nodejs-policy-troubleshooter/compare/v2.0.2...v2.0.3) (2022-09-01)
4+
5+
6+
### Bug Fixes
7+
8+
* Allow passing gax instance to client constructor ([#140](https://github.com/googleapis/nodejs-policy-troubleshooter/issues/140)) ([f8bd6b4](https://github.com/googleapis/nodejs-policy-troubleshooter/commit/f8bd6b4000f7b11b0e5f5e1a3c199a5d5f8f57e8))
9+
* Do not import the whole google-gax from proto JS ([#1553](https://github.com/googleapis/nodejs-policy-troubleshooter/issues/1553)) ([#139](https://github.com/googleapis/nodejs-policy-troubleshooter/issues/139)) ([a5d502f](https://github.com/googleapis/nodejs-policy-troubleshooter/commit/a5d502f7ce2a43f62c1bfeaa55fe9f6bc1796982))
10+
311
## [2.0.2](https://github.com/googleapis/nodejs-policy-troubleshooter/compare/v2.0.1...v2.0.2) (2022-08-23)
412

513

packages/google-cloud-policytroubleshooter/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@google-cloud/policy-troubleshooter",
3-
"version": "2.0.2",
3+
"version": "2.0.3",
44
"description": "Policytroubleshooter client for Node.js",
55
"repository": "googleapis/nodejs-policy-troubleshooter",
66
"license": "Apache-2.0",

packages/google-cloud-policytroubleshooter/samples/generated/v1/snippet_metadata.google.cloud.policytroubleshooter.v1.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"clientLibrary": {
33
"name": "nodejs-policytroubleshooter",
4-
"version": "2.0.2",
4+
"version": "2.0.3",
55
"language": "TYPESCRIPT",
66
"apis": [
77
{

packages/google-cloud-policytroubleshooter/samples/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
},
1515
"dependencies": {
1616
"@google-cloud/local-auth": "^2.0.0",
17-
"@google-cloud/policy-troubleshooter": "^2.0.2"
17+
"@google-cloud/policy-troubleshooter": "^2.0.3"
1818
},
1919
"devDependencies": {
2020
"c8": "^7.1.0",

0 commit comments

Comments
 (0)