Skip to content

Commit ebdf123

Browse files
chore(main): release 4.1.0 (#459)
🤖 I have created a release *beep* *boop* --- ## [4.1.0](googleapis/nodejs-resource-manager@v4.0.0...v4.1.0) (2022-06-30) ### Features * support regapic LRO ([#458](googleapis/nodejs-resource-manager#458)) ([5c42451](googleapis/nodejs-resource-manager@5c42451)) --- 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 34bd650 commit ebdf123

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

packages/google-cloud-resourcemanager/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@
44

55
[1]: https://www.npmjs.com/package/@google-cloud/resource-manager?activeTab=versions
66

7+
## [4.1.0](https://github.com/googleapis/nodejs-resource-manager/compare/v4.0.0...v4.1.0) (2022-06-30)
8+
9+
10+
### Features
11+
12+
* support regapic LRO ([#458](https://github.com/googleapis/nodejs-resource-manager/issues/458)) ([5c42451](https://github.com/googleapis/nodejs-resource-manager/commit/5c42451843379918f25cf1692a19d263663cec37))
13+
714
## [4.0.0](https://github.com/googleapis/nodejs-resource-manager/compare/v3.2.0...v4.0.0) (2022-05-17)
815

916

packages/google-cloud-resourcemanager/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@google-cloud/resource-manager",
33
"description": "Cloud Resource Manager Client Library for Node.js",
4-
"version": "4.0.0",
4+
"version": "4.1.0",
55
"license": "Apache-2.0",
66
"author": "Google LLC",
77
"engines": {

packages/google-cloud-resourcemanager/samples/generated/v3/snippet_metadata.google.cloud.resourcemanager.v3.json

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

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"test": "mocha --timeout=600000"
1515
},
1616
"dependencies": {
17-
"@google-cloud/resource-manager": "^4.0.0"
17+
"@google-cloud/resource-manager": "^4.1.0"
1818
},
1919
"devDependencies": {
2020
"chai": "^4.2.0",

0 commit comments

Comments
 (0)