Skip to content

Commit

Permalink
chore: release 3.2.3 (#242)
Browse files Browse the repository at this point in the history
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
  • Loading branch information
release-please[bot] authored Jun 25, 2021
1 parent 9a068e1 commit 77c906b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 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

### [3.2.3](https://www.github.com/googleapis/nodejs-billing-budgets/compare/v3.2.2...v3.2.3) (2021-06-24)


### Bug Fixes

* make request optional in all cases ([#241](https://www.github.com/googleapis/nodejs-billing-budgets/issues/241)) ([08862c7](https://www.github.com/googleapis/nodejs-billing-budgets/commit/08862c74805d5fad2b25d1dd38aeeacff2086cac))

### [3.2.2](https://www.github.com/googleapis/nodejs-billing-budgets/compare/v3.2.1...v3.2.2) (2021-05-25)


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": "3.2.2",
"version": "3.2.3",
"author": "Google LLC",
"description": "Budgets client for Node.js",
"main": "build/src/index.js",
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": "^3.2.2"
"@google-cloud/billing-budgets": "^3.2.3"
},
"devDependencies": {
"c8": "^7.0.0",
Expand Down

0 comments on commit 77c906b

Please sign in to comment.