Skip to content

Commit

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

* 🦉 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 May 26, 2022
1 parent 2fd6549 commit f2408a1
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 4 deletions.
11 changes: 11 additions & 0 deletions packages/google-cloud-scheduler/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,17 @@

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

## [3.0.0](https://github.com/googleapis/nodejs-scheduler/compare/v2.3.0...v3.0.0) (2022-05-20)


### ⚠ BREAKING CHANGES

* update library to use Node 12 (#452)

### Build System

* update library to use Node 12 ([#452](https://github.com/googleapis/nodejs-scheduler/issues/452)) ([195e7e1](https://github.com/googleapis/nodejs-scheduler/commit/195e7e15e1ce9e3b9dcf5a60aaa76ab3bcd2fc75))

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


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.3.0",
"version": "3.0.0",
"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": "2.3.0",
"version": "3.0.0",
"language": "TYPESCRIPT",
"apis": [
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"clientLibrary": {
"name": "nodejs-scheduler",
"version": "2.3.0",
"version": "3.0.0",
"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": "^2.3.0",
"@google-cloud/scheduler": "^3.0.0",
"body-parser": "^1.18.3",
"express": "^4.16.4"
},
Expand Down

0 comments on commit f2408a1

Please sign in to comment.