Skip to content

Commit

Permalink
chore: release 2.4.1 (#564)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Sep 7, 2021
1 parent 4ee0814 commit 32e2b34
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions packages/google-cloud-tasks/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@

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

### [2.4.1](https://github.com/googleapis/nodejs-tasks/compare/v2.4.0...v2.4.1) (2021-09-07)


### Bug Fixes

* **deps:** require google-gax v2.24.1 ([#559](https://github.com/googleapis/nodejs-tasks/issues/559)) ([1b2b162](https://github.com/googleapis/nodejs-tasks/commit/1b2b162e6ad653f39c620bedcd32ca66818e7807))

## [2.4.0](https://github.com/googleapis/nodejs-tasks/compare/v2.3.6...v2.4.0) (2021-09-07)


Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-tasks/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@google-cloud/tasks",
"description": "Cloud Tasks API client for Node.js",
"version": "2.4.0",
"version": "2.4.1",
"license": "Apache-2.0",
"author": "Google LLC",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-tasks/samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"start": "node server.js"
},
"dependencies": {
"@google-cloud/tasks": "^2.4.0",
"@google-cloud/tasks": "^2.4.1",
"body-parser": "^1.18.3",
"express": "^4.16.3"
},
Expand Down

0 comments on commit 32e2b34

Please sign in to comment.