Skip to content

Commit

Permalink
chore: release 2.2.3 (#378)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] committed Jun 22, 2021
1 parent c59e5c8 commit c548b5c
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.3](https://www.github.com/googleapis/nodejs-scheduler/compare/v2.2.2...v2.2.3) (2021-06-22)


### Bug Fixes

* make request optional in all cases ([#377](https://www.github.com/googleapis/nodejs-scheduler/issues/377)) ([4e09949](https://www.github.com/googleapis/nodejs-scheduler/commit/4e0994968fa9fb08f5e7a5f8e9f7cbe96b62e4bf))

### [2.2.2](https://www.github.com/googleapis/nodejs-scheduler/compare/v2.2.1...v2.2.2) (2021-05-29)


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.2",
"version": "2.2.3",
"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.2",
"@google-cloud/scheduler": "^2.2.3",
"body-parser": "^1.18.3",
"express": "^4.16.4"
},
Expand Down

0 comments on commit c548b5c

Please sign in to comment.