Skip to content

Commit

Permalink
chore: release 2.3.0 (#400)
Browse files Browse the repository at this point in the history
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
  • Loading branch information
release-please[bot] authored Sep 10, 2021
1 parent d0e91f9 commit 4ccf785
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions packages/google-cloud-scheduler/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@

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

## [2.3.0](https://www.github.com/googleapis/nodejs-scheduler/compare/v2.2.6...v2.3.0) (2021-09-10)


### Features

* turns on self-signed JWT feature flag ([#399](https://www.github.com/googleapis/nodejs-scheduler/issues/399)) ([bdeff1d](https://www.github.com/googleapis/nodejs-scheduler/commit/bdeff1dc5115dc2a3687980127d8c256c5a910ff))


### Bug Fixes

* **build:** set default branch to main ([#403](https://www.github.com/googleapis/nodejs-scheduler/issues/403)) ([cb1d8d2](https://www.github.com/googleapis/nodejs-scheduler/commit/cb1d8d2c023d80fefece432537ea7c09fb50638f))

### [2.2.6](https://www.github.com/googleapis/nodejs-scheduler/compare/v2.2.5...v2.2.6) (2021-08-17)


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

0 comments on commit 4ccf785

Please sign in to comment.