diff --git a/packages/google-cloud-billing/CHANGELOG.md b/packages/google-cloud-billing/CHANGELOG.md index e9f5081be02..0e3ecdb4b84 100644 --- a/packages/google-cloud-billing/CHANGELOG.md +++ b/packages/google-cloud-billing/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +### [2.2.6](https://www.github.com/googleapis/nodejs-billing/compare/v2.2.5...v2.2.6) (2021-07-16) + + +### Bug Fixes + +* Updating WORKSPACE files to use the newest version of the Typescript generator. ([#169](https://www.github.com/googleapis/nodejs-billing/issues/169)) ([012b494](https://www.github.com/googleapis/nodejs-billing/commit/012b4942d77e8f59c7a434f8e8c34622d6991553)) + ### [2.2.5](https://www.github.com/googleapis/nodejs-billing/compare/v2.2.4...v2.2.5) (2021-07-12) diff --git a/packages/google-cloud-billing/package.json b/packages/google-cloud-billing/package.json index 252bb7949dc..8aca4f04a99 100644 --- a/packages/google-cloud-billing/package.json +++ b/packages/google-cloud-billing/package.json @@ -1,6 +1,6 @@ { "name": "@google-cloud/billing", - "version": "2.2.5", + "version": "2.2.6", "description": "Billing client for Node.js", "repository": "googleapis/nodejs-billing", "license": "Apache-2.0", diff --git a/packages/google-cloud-billing/samples/package.json b/packages/google-cloud-billing/samples/package.json index 145dc919199..ed7a0c9472a 100644 --- a/packages/google-cloud-billing/samples/package.json +++ b/packages/google-cloud-billing/samples/package.json @@ -13,7 +13,7 @@ "test": "c8 mocha --timeout 600000 test/*.js" }, "dependencies": { - "@google-cloud/billing": "^2.2.5" + "@google-cloud/billing": "^2.2.6" }, "devDependencies": { "c8": "^7.1.0",