Skip to content

Commit

Permalink
chore: release 2.2.4 (#386)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Jun 30, 2021
1 parent 4d9e28e commit b7064bd
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-scheduler/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@

[1]: https://www.npmjs.com/package/@google-cloud/scheduler?activeTab=versions

### [2.2.4](https://www.github.com/googleapis/nodejs-scheduler/compare/v2.2.3...v2.2.4) (2021-06-30)


### Bug Fixes

* **deps:** google-gax v2.17.0 with mTLS ([#384](https://www.github.com/googleapis/nodejs-scheduler/issues/384)) ([c36a09b](https://www.github.com/googleapis/nodejs-scheduler/commit/c36a09b5ef57c1fd1e9232d4c3eac54024ec5a15))

### [2.2.3](https://www.github.com/googleapis/nodejs-scheduler/compare/v2.2.2...v2.2.3) (2021-06-22)


Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-scheduler/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@google-cloud/scheduler",
"description": "Cloud Scheduler API client for Node.js",
"version": "2.2.3",
"version": "2.2.4",
"license": "Apache-2.0",
"author": "Google LLC",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-scheduler/samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"test": "mocha --timeout 10000 --exit"
},
"dependencies": {
"@google-cloud/scheduler": "^2.2.3",
"@google-cloud/scheduler": "^2.2.4",
"body-parser": "^1.18.3",
"express": "^4.16.4"
},
Expand Down

0 comments on commit b7064bd

Please sign in to comment.