Skip to content

Commit ab9819d

Browse files
1 parent 755c26c commit ab9819d

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

packages/google-cloud-tasks/CHANGELOG.md

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

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

7+
### [2.3.3](https://www.github.com/googleapis/nodejs-tasks/compare/v2.3.2...v2.3.3) (2021-06-30)
8+
9+
10+
### Bug Fixes
11+
12+
* make request optional in all cases ([#539](https://www.github.com/googleapis/nodejs-tasks/issues/539)) ([7c50042](https://www.github.com/googleapis/nodejs-tasks/commit/7c50042bca636dddc0e4407ef1d33ac01f1413da))
13+
714
### [2.3.2](https://www.github.com/googleapis/nodejs-tasks/compare/v2.3.1...v2.3.2) (2021-05-25)
815

916

packages/google-cloud-tasks/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.3.2",
4+
"version": "2.3.3",
55
"license": "Apache-2.0",
66
"author": "Google LLC",
77
"engines": {

packages/google-cloud-tasks/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.3.2",
18+
"@google-cloud/tasks": "^2.3.3",
1919
"body-parser": "^1.18.3",
2020
"express": "^4.16.3"
2121
},

0 commit comments

Comments
 (0)