Skip to content

Commit

Permalink
chore(main): release 3.0.5 (#482)
Browse files Browse the repository at this point in the history
* chore(main): release 3.0.5

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
  • Loading branch information
release-please[bot] and gcf-owl-bot[bot] authored Nov 11, 2022
1 parent 2d1c459 commit 3207ac1
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions packages/google-cloud-scheduler/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@

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

## [3.0.5](https://github.com/googleapis/nodejs-scheduler/compare/v3.0.4...v3.0.5) (2022-11-10)


### Bug Fixes

* **deps:** Use google-gax v3.5.2 ([#480](https://github.com/googleapis/nodejs-scheduler/issues/480)) ([a8ae3ee](https://github.com/googleapis/nodejs-scheduler/commit/a8ae3eebe765a4b906e3c53052a726ab5392cbcf))
* Regenerated protos JS and TS definitions ([#484](https://github.com/googleapis/nodejs-scheduler/issues/484)) ([0fd182d](https://github.com/googleapis/nodejs-scheduler/commit/0fd182de365ddc2935cacc4845a1ccb5a3be4721))

## [3.0.4](https://github.com/googleapis/nodejs-scheduler/compare/v3.0.3...v3.0.4) (2022-09-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": "3.0.4",
"version": "3.0.5",
"license": "Apache-2.0",
"author": "Google LLC",
"engines": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"clientLibrary": {
"name": "nodejs-scheduler",
"version": "3.0.4",
"version": "3.0.5",
"language": "TYPESCRIPT",
"apis": [
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"clientLibrary": {
"name": "nodejs-scheduler",
"version": "3.0.4",
"version": "3.0.5",
"language": "TYPESCRIPT",
"apis": [
{
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": "^3.0.4",
"@google-cloud/scheduler": "^3.0.5",
"body-parser": "^1.18.3",
"express": "^4.16.4"
},
Expand Down

0 comments on commit 3207ac1

Please sign in to comment.