Skip to content

Commit 56e6d75

Browse files
1 parent 5b7d220 commit 56e6d75

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

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.5.0](https://www.github.com/googleapis/nodejs-tasks/compare/v2.4.2...v2.5.0) (2021-12-09)
8+
9+
10+
### Features
11+
12+
* add eslintignore for sameple generated code ([#1302](https://www.github.com/googleapis/nodejs-tasks/issues/1302)) ([#582](https://www.github.com/googleapis/nodejs-tasks/issues/582)) ([bf99e4e](https://www.github.com/googleapis/nodejs-tasks/commit/bf99e4ecc1c46cfd84893ef0ab097d27f26f9139))
13+
714
### [2.4.2](https://www.github.com/googleapis/nodejs-tasks/compare/v2.4.1...v2.4.2) (2021-09-10)
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.4.2",
4+
"version": "2.5.0",
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.4.2",
18+
"@google-cloud/tasks": "^2.5.0",
1919
"body-parser": "^1.18.3",
2020
"express": "^4.16.3"
2121
},

0 commit comments

Comments
 (0)