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

Commit 7fdf75b

Browse files
chore(main): release 2.0.1 (#130)
🤖 I have created a release *beep* *boop* --- ## [2.0.1](v2.0.0...v2.0.1) (2022-06-30) ### Bug Fixes * **docs:** describe fallback rest option ([#129](#129)) ([e84320f](e84320f)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
1 parent e84320f commit 7fdf75b

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [2.0.1](https://github.com/googleapis/nodejs-policy-troubleshooter/compare/v2.0.0...v2.0.1) (2022-06-30)
4+
5+
6+
### Bug Fixes
7+
8+
* **docs:** describe fallback rest option ([#129](https://github.com/googleapis/nodejs-policy-troubleshooter/issues/129)) ([e84320f](https://github.com/googleapis/nodejs-policy-troubleshooter/commit/e84320ffdea95006a57a29db73b5e0e4286de5a7))
9+
310
## [2.0.0](https://github.com/googleapis/nodejs-policy-troubleshooter/compare/v1.1.1...v2.0.0) (2022-05-19)
411

512

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.0",
3+
"version": "2.0.1",
44
"description": "Policytroubleshooter client for Node.js",
55
"repository": "googleapis/nodejs-policy-troubleshooter",
66
"license": "Apache-2.0",

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.0",
4+
"version": "2.0.1",
55
"language": "TYPESCRIPT",
66
"apis": [
77
{

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.0"
17+
"@google-cloud/policy-troubleshooter": "^2.0.1"
1818
},
1919
"devDependencies": {
2020
"c8": "^7.1.0",

0 commit comments

Comments
 (0)