Skip to content

Commit

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

* 🦉 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 Jul 4, 2022
1 parent 239815b commit 0bb4b02
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions packages/google-cloud-billing-budgets/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [4.1.0](https://github.com/googleapis/nodejs-billing-budgets/compare/v4.0.0...v4.1.0) (2022-07-04)


### Features

* support regapic LRO ([3e0a6e8](https://github.com/googleapis/nodejs-billing-budgets/commit/3e0a6e892331964bb376695e4f0c17fb8ed51c13))

## [4.0.0](https://github.com/googleapis/nodejs-billing-budgets/compare/v3.3.0...v4.0.0) (2022-05-20)


Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-billing-budgets/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"repository": "googleapis/nodejs-billing-budgets",
"name": "@google-cloud/billing-budgets",
"version": "4.0.0",
"version": "4.1.0",
"author": "Google LLC",
"description": "Budgets client for Node.js",
"main": "build/src/index.js",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"clientLibrary": {
"name": "nodejs-budgets",
"version": "4.0.0",
"version": "4.1.0",
"language": "TYPESCRIPT",
"apis": [
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"clientLibrary": {
"name": "nodejs-budgets",
"version": "4.0.0",
"version": "4.1.0",
"language": "TYPESCRIPT",
"apis": [
{
Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-billing-budgets/samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"test": "c8 mocha system-test --timeout=800000"
},
"dependencies": {
"@google-cloud/billing-budgets": "^4.0.0"
"@google-cloud/billing-budgets": "^4.1.0"
},
"devDependencies": {
"c8": "^7.0.0",
Expand Down

0 comments on commit 0bb4b02

Please sign in to comment.