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

Commit 1174d8d

Browse files
chore(main): release 3.0.2 (#646)
* 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>
1 parent e67689e commit 1174d8d

6 files changed

Lines changed: 14 additions & 5 deletions

CHANGELOG.md

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

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

7+
## [3.0.2](https://github.com/googleapis/nodejs-tasks/compare/v3.0.1...v3.0.2) (2022-08-23)
8+
9+
10+
### Bug Fixes
11+
12+
* better support for fallback mode ([#644](https://github.com/googleapis/nodejs-tasks/issues/644)) ([e3dc832](https://github.com/googleapis/nodejs-tasks/commit/e3dc83293c398631e9bdb26903a2d3be3d826af9))
13+
* change import long to require ([#645](https://github.com/googleapis/nodejs-tasks/issues/645)) ([5d2238b](https://github.com/googleapis/nodejs-tasks/commit/5d2238b0126314bc1b8f78715e85a97ad6a61e80))
14+
* remove pip install statements ([#1546](https://github.com/googleapis/nodejs-tasks/issues/1546)) ([#648](https://github.com/googleapis/nodejs-tasks/issues/648)) ([e67689e](https://github.com/googleapis/nodejs-tasks/commit/e67689e0933252ab88fc2dfadc5e3cb75a0fb145))
15+
716
## [3.0.1](https://github.com/googleapis/nodejs-tasks/compare/v3.0.0...v3.0.1) (2022-06-30)
817

918

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": "3.0.1",
4+
"version": "3.0.2",
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": "3.0.1",
4+
"version": "3.0.2",
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": "3.0.1",
4+
"version": "3.0.2",
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": "3.0.1",
4+
"version": "3.0.2",
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": "^3.0.1",
18+
"@google-cloud/tasks": "^3.0.2",
1919
"body-parser": "^1.18.3",
2020
"express": "^4.16.3"
2121
},

0 commit comments

Comments
 (0)