Skip to content

Commit

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

* 🦉 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 Aug 2, 2022
1 parent e1a20eb commit 5123e94
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 4 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

## [3.0.2](https://github.com/googleapis/nodejs-scheduler/compare/v3.0.1...v3.0.2) (2022-07-10)


### Bug Fixes

* **deps:** do not depend on protobufjs ([#461](https://github.com/googleapis/nodejs-scheduler/issues/461)) ([2801eb5](https://github.com/googleapis/nodejs-scheduler/commit/2801eb5b59d791f0c7b4a958664af57cf8a69068))

## [3.0.1](https://github.com/googleapis/nodejs-scheduler/compare/v3.0.0...v3.0.1) (2022-06-30)


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

0 comments on commit 5123e94

Please sign in to comment.