Skip to content

Commit 5f1788b

Browse files
yoshi-automationJustinBeckwith
authored andcommitted
chore: release 1.4.0 (#273)
* updated CHANGELOG.md [ci skip] * updated package.json [ci skip] * updated samples/package.json [ci skip]
1 parent 39ebf8e commit 5f1788b

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

packages/google-cloud-tasks/CHANGELOG.md

+7
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+
## [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+
714
## [1.3.0](https://www.github.com/googleapis/nodejs-tasks/compare/v1.2.1...v1.3.0) (2019-08-28)
815

916

packages/google-cloud-tasks/package.json

+1-1
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": "1.3.0",
4+
"version": "1.4.0",
55
"license": "Apache-2.0",
66
"author": "Google LLC",
77
"engines": {

packages/google-cloud-tasks/samples/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"lint": "eslint '**/*.js'"
1414
},
1515
"dependencies": {
16-
"@google-cloud/tasks": "^1.3.0",
16+
"@google-cloud/tasks": "^1.4.0",
1717
"body-parser": "^1.18.3",
1818
"express": "^4.16.3",
1919
"yargs": "^14.0.0"

0 commit comments

Comments
 (0)