Skip to content

Commit

Permalink
chore(main): release 4.1.1 (#467)
Browse files Browse the repository at this point in the history
* chore(main): release 4.1.1

* 🦉 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>
  • Loading branch information
release-please[bot] and gcf-owl-bot[bot] authored Sep 23, 2022
1 parent 25d8d07 commit 85a1747
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions packages/google-cloud-resourcemanager/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,19 @@

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

## [4.1.1](https://github.com/googleapis/nodejs-resource-manager/compare/v4.1.0...v4.1.1) (2022-09-22)


### Bug Fixes

* Allow passing gax instance to client constructor ([#470](https://github.com/googleapis/nodejs-resource-manager/issues/470)) ([eaa8877](https://github.com/googleapis/nodejs-resource-manager/commit/eaa887732d228ec85fbcdf72f8f6bd98a22406d4))
* Better support for fallback mode ([#465](https://github.com/googleapis/nodejs-resource-manager/issues/465)) ([fd689ca](https://github.com/googleapis/nodejs-resource-manager/commit/fd689ca2b95c78666c9703b40b380e155a7c87bc))
* Change import long to require ([#466](https://github.com/googleapis/nodejs-resource-manager/issues/466)) ([de6e9b8](https://github.com/googleapis/nodejs-resource-manager/commit/de6e9b8ebc0c505722bd92cd7487fdabb177f062))
* Do not import the whole google-gax from proto JS ([#1553](https://github.com/googleapis/nodejs-resource-manager/issues/1553)) ([#469](https://github.com/googleapis/nodejs-resource-manager/issues/469)) ([189b652](https://github.com/googleapis/nodejs-resource-manager/commit/189b6522c57e3190f741cacb11fc76b8bf96aabb))
* Preserve default values in x-goog-request-params header ([#471](https://github.com/googleapis/nodejs-resource-manager/issues/471)) ([c9b9564](https://github.com/googleapis/nodejs-resource-manager/commit/c9b95649df8d8a59e0d114100b537e54cfffefa2))
* Remove pip install statements ([#1546](https://github.com/googleapis/nodejs-resource-manager/issues/1546)) ([#468](https://github.com/googleapis/nodejs-resource-manager/issues/468)) ([07f7a4b](https://github.com/googleapis/nodejs-resource-manager/commit/07f7a4b3e8d28c3cf74debe162f23ba628e5f9fe))
* use google-gax v3.3.0 ([189b652](https://github.com/googleapis/nodejs-resource-manager/commit/189b6522c57e3190f741cacb11fc76b8bf96aabb))

## [4.1.0](https://github.com/googleapis/nodejs-resource-manager/compare/v4.0.0...v4.1.0) (2022-06-30)


Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-resourcemanager/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@google-cloud/resource-manager",
"description": "Cloud Resource Manager Client Library for Node.js",
"version": "4.1.0",
"version": "4.1.1",
"license": "Apache-2.0",
"author": "Google LLC",
"engines": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"clientLibrary": {
"name": "nodejs-resourcemanager",
"version": "4.1.0",
"version": "4.1.1",
"language": "TYPESCRIPT",
"apis": [
{
Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-resourcemanager/samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"test": "mocha --timeout=600000"
},
"dependencies": {
"@google-cloud/resource-manager": "^4.1.0"
"@google-cloud/resource-manager": "^4.1.1"
},
"devDependencies": {
"chai": "^4.2.0",
Expand Down

0 comments on commit 85a1747

Please sign in to comment.