Skip to content

Commit

Permalink
chore: release 3.2.0 (#220)
Browse files Browse the repository at this point in the history
* chore: release 3.2.0

* 🦉 Updates from OwlBot

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 Apr 20, 2021
1 parent 26fd891 commit 5325bec
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions packages/google-cloud-billing-budgets/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [3.2.0](https://www.github.com/googleapis/nodejs-billing-budgets/compare/v3.1.0...v3.2.0) (2021-04-20)


### Features

* Added support for configurable budget time period ([#217](https://www.github.com/googleapis/nodejs-billing-budgets/issues/217)) ([5c0575b](https://www.github.com/googleapis/nodejs-billing-budgets/commit/5c0575bdabf90674aa2c3a703a01aac37c06f57f))
* Added support for configurable budget time period ([#218](https://www.github.com/googleapis/nodejs-billing-budgets/issues/218)) ([c797540](https://www.github.com/googleapis/nodejs-billing-budgets/commit/c797540f4b987821064ba8564c9e86091fab435a))


### Bug Fixes

* **docs:** Updated some documentation links ([5c0575b](https://www.github.com/googleapis/nodejs-billing-budgets/commit/5c0575bdabf90674aa2c3a703a01aac37c06f57f))

## [3.1.0](https://www.github.com/googleapis/nodejs-billing-budgets/compare/v3.0.2...v3.1.0) (2021-01-09)


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.1.0",
"version": "3.2.0",
"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.1.0"
"@google-cloud/billing-budgets": "^3.2.0"
},
"devDependencies": {
"c8": "^7.0.0",
Expand Down

0 comments on commit 5325bec

Please sign in to comment.