Skip to content

Commit

Permalink
chore: release 1.1.1 (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Jun 30, 2021
1 parent 6308270 commit 539c9dc
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions packages/google-api-serviceusage/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

### [1.1.1](https://www.github.com/googleapis/nodejs-service-usage/compare/v1.1.0...v1.1.1) (2021-06-30)


### Bug Fixes

* **deps:** google-gax v2.17.0 with mTLS ([#27](https://www.github.com/googleapis/nodejs-service-usage/issues/27)) ([c1738e8](https://www.github.com/googleapis/nodejs-service-usage/commit/c1738e82d175c921178a3d52b75197fbd791df02))
* make request optional in all cases ([#19](https://www.github.com/googleapis/nodejs-service-usage/issues/19)) ([fcdb1a5](https://www.github.com/googleapis/nodejs-service-usage/commit/fcdb1a5900b7bac5ae1b8b0e211d024b2b7e9579))

## [1.1.0](https://www.github.com/googleapis/nodejs-service-usage/compare/v1.0.0...v1.1.0) (2021-05-29)


Expand Down
2 changes: 1 addition & 1 deletion packages/google-api-serviceusage/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@google-cloud/service-usage",
"version": "1.1.0",
"version": "1.1.1",
"description": "Serviceusage client for Node.js",
"repository": "googleapis/nodejs-service-usage",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/google-api-serviceusage/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/service-usage": "^1.1.0"
"@google-cloud/service-usage": "^1.1.1"
},
"devDependencies": {
"c8": "^7.1.0",
Expand Down

0 comments on commit 539c9dc

Please sign in to comment.