Skip to content
This repository was archived by the owner on Jul 13, 2023. It is now read-only.

Commit 41a2fa5

Browse files
chore(main): release 3.0.0 (#626)
* 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>
1 parent 23fcd9a commit 41a2fa5

6 files changed

Lines changed: 16 additions & 5 deletions

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,17 @@
44

55
[1]: https://www.npmjs.com/package/nodejs-tasks?activeTab=versions
66

7+
## [3.0.0](https://github.com/googleapis/nodejs-tasks/compare/v2.6.0...v3.0.0) (2022-06-07)
8+
9+
10+
### ⚠ BREAKING CHANGES
11+
12+
* update library to use Node 12 (#625)
13+
14+
### Build System
15+
16+
* update library to use Node 12 ([#625](https://github.com/googleapis/nodejs-tasks/issues/625)) ([411f5ab](https://github.com/googleapis/nodejs-tasks/commit/411f5ab3960cbc6768f7046102b88d22c203eb24))
17+
718
## [2.6.0](https://github.com/googleapis/nodejs-tasks/compare/v2.5.0...v2.6.0) (2022-05-06)
819

920

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@google-cloud/tasks",
33
"description": "Cloud Tasks API client for Node.js",
4-
"version": "2.6.0",
4+
"version": "3.0.0",
55
"license": "Apache-2.0",
66
"author": "Google LLC",
77
"engines": {

samples/generated/v2/snippet_metadata.google.cloud.tasks.v2.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"clientLibrary": {
33
"name": "nodejs-tasks",
4-
"version": "2.6.0",
4+
"version": "3.0.0",
55
"language": "TYPESCRIPT",
66
"apis": [
77
{

samples/generated/v2beta2/snippet_metadata.google.cloud.tasks.v2beta2.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"clientLibrary": {
33
"name": "nodejs-tasks",
4-
"version": "2.6.0",
4+
"version": "3.0.0",
55
"language": "TYPESCRIPT",
66
"apis": [
77
{

samples/generated/v2beta3/snippet_metadata.google.cloud.tasks.v2beta3.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"clientLibrary": {
33
"name": "nodejs-tasks",
4-
"version": "2.6.0",
4+
"version": "3.0.0",
55
"language": "TYPESCRIPT",
66
"apis": [
77
{

samples/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"start": "node server.js"
1616
},
1717
"dependencies": {
18-
"@google-cloud/tasks": "^2.6.0",
18+
"@google-cloud/tasks": "^3.0.0",
1919
"body-parser": "^1.18.3",
2020
"express": "^4.16.3"
2121
},

0 commit comments

Comments
 (0)