Skip to content

Commit

Permalink
chore(main): release 3.1.1 (#242)
Browse files Browse the repository at this point in the history
* chore(main): release 3.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 Aug 24, 2022
1 parent 97104f9 commit d80cb9d
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions packages/google-cloud-billing/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [3.1.1](https://github.com/googleapis/nodejs-billing/compare/v3.1.0...v3.1.1) (2022-08-23)


### Bug Fixes

* better support for fallback mode ([#240](https://github.com/googleapis/nodejs-billing/issues/240)) ([b56bc7d](https://github.com/googleapis/nodejs-billing/commit/b56bc7d793cc28edc272a257f0477c240653c4bb))
* change import long to require ([#241](https://github.com/googleapis/nodejs-billing/issues/241)) ([b9a1546](https://github.com/googleapis/nodejs-billing/commit/b9a15460a5075c4f1cbf9686f33f1117b82b1134))
* remove pip install statements ([#1546](https://github.com/googleapis/nodejs-billing/issues/1546)) ([#243](https://github.com/googleapis/nodejs-billing/issues/243)) ([64c462c](https://github.com/googleapis/nodejs-billing/commit/64c462caa3db15dd193a3043111e33453a5b8bab))

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


Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-billing/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@google-cloud/billing",
"version": "3.1.0",
"version": "3.1.1",
"description": "Billing client for Node.js",
"repository": "googleapis/nodejs-billing",
"license": "Apache-2.0",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"clientLibrary": {
"name": "nodejs-billing",
"version": "3.1.0",
"version": "3.1.1",
"language": "TYPESCRIPT",
"apis": [
{
Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-billing/samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"test": "c8 mocha --timeout 600000 test/*.js"
},
"dependencies": {
"@google-cloud/billing": "^3.1.0"
"@google-cloud/billing": "^3.1.1"
},
"devDependencies": {
"c8": "^7.1.0",
Expand Down

0 comments on commit d80cb9d

Please sign in to comment.