Skip to content

Commit b139ac7

Browse files
chore(main): release 4.1.1 (#321)
* 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>
1 parent 757e187 commit b139ac7

File tree

5 files changed

+15
-4
lines changed

5 files changed

+15
-4
lines changed

packages/google-cloud-billing-budgets/CHANGELOG.md

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

3+
## [4.1.1](https://github.com/googleapis/nodejs-billing-budgets/compare/v4.1.0...v4.1.1) (2022-09-01)
4+
5+
6+
### Bug Fixes
7+
8+
* Allow passing gax instance to client constructor ([#324](https://github.com/googleapis/nodejs-billing-budgets/issues/324)) ([52f05f2](https://github.com/googleapis/nodejs-billing-budgets/commit/52f05f28a38a1ebece2e882cf02f09be27c4af21))
9+
* Better support for fallback mode ([#319](https://github.com/googleapis/nodejs-billing-budgets/issues/319)) ([6357f94](https://github.com/googleapis/nodejs-billing-budgets/commit/6357f947a1ad894ee23adfc065a1ef4cb7ad4d8e))
10+
* Change import long to require ([#320](https://github.com/googleapis/nodejs-billing-budgets/issues/320)) ([31559d4](https://github.com/googleapis/nodejs-billing-budgets/commit/31559d42b655b6570ce4b5055ba45c6decb465d9))
11+
* Do not import the whole google-gax from proto JS ([#1553](https://github.com/googleapis/nodejs-billing-budgets/issues/1553)) ([#323](https://github.com/googleapis/nodejs-billing-budgets/issues/323)) ([82eaf47](https://github.com/googleapis/nodejs-billing-budgets/commit/82eaf47ee49da06a9d96d9a2bdff8765941a9b97))
12+
* Remove pip install statements ([#1546](https://github.com/googleapis/nodejs-billing-budgets/issues/1546)) ([#322](https://github.com/googleapis/nodejs-billing-budgets/issues/322)) ([03ec73e](https://github.com/googleapis/nodejs-billing-budgets/commit/03ec73e8a0414257e51e6a3f437d47f8057c8ffb))
13+
314
## [4.1.0](https://github.com/googleapis/nodejs-billing-budgets/compare/v4.0.0...v4.1.0) (2022-07-04)
415

516

packages/google-cloud-billing-budgets/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"repository": "googleapis/nodejs-billing-budgets",
33
"name": "@google-cloud/billing-budgets",
4-
"version": "4.1.0",
4+
"version": "4.1.1",
55
"author": "Google LLC",
66
"description": "Budgets client for Node.js",
77
"main": "build/src/index.js",

packages/google-cloud-billing-budgets/samples/generated/v1/snippet_metadata.google.cloud.billing.budgets.v1.json

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

packages/google-cloud-billing-budgets/samples/generated/v1beta1/snippet_metadata.google.cloud.billing.budgets.v1beta1.json

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

packages/google-cloud-billing-budgets/samples/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"test": "c8 mocha system-test --timeout=800000"
1616
},
1717
"dependencies": {
18-
"@google-cloud/billing-budgets": "^4.1.0"
18+
"@google-cloud/billing-budgets": "^4.1.1"
1919
},
2020
"devDependencies": {
2121
"c8": "^7.0.0",

0 commit comments

Comments
 (0)