File tree 3 files changed +9
-2
lines changed
packages/google-cloud-tasks
3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 4
4
5
5
[ 1 ] : https://www.npmjs.com/package/nodejs-tasks?activeTab=versions
6
6
7
+ ## [ 1.4.0] ( https://www.github.com/googleapis/nodejs-tasks/compare/v1.3.0...v1.4.0 ) (2019-09-16)
8
+
9
+
10
+ ### Features
11
+
12
+ * load protos from JSON, grpc-fallback support ([ 1c735c3] ( https://www.github.com/googleapis/nodejs-tasks/commit/1c735c3 ) )
13
+
7
14
## [ 1.3.0] ( https://www.github.com/googleapis/nodejs-tasks/compare/v1.2.1...v1.3.0 ) (2019-08-28)
8
15
9
16
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @google-cloud/tasks" ,
3
3
"description" : " Cloud Tasks API client for Node.js" ,
4
- "version" : " 1.3 .0" ,
4
+ "version" : " 1.4 .0" ,
5
5
"license" : " Apache-2.0" ,
6
6
"author" : " Google LLC" ,
7
7
"engines" : {
Original file line number Diff line number Diff line change 13
13
"lint" : " eslint '**/*.js'"
14
14
},
15
15
"dependencies" : {
16
- "@google-cloud/tasks" : " ^1.3 .0" ,
16
+ "@google-cloud/tasks" : " ^1.4 .0" ,
17
17
"body-parser" : " ^1.18.3" ,
18
18
"express" : " ^4.16.3" ,
19
19
"yargs" : " ^14.0.0"
You can’t perform that action at this time.
0 commit comments