Skip to content

Commit 93378af

Browse files
chore: release 1.9.0 (#371)
🤖 I have created a release \*beep\* \*boop\* --- ## [1.9.0](https://www.github.com/googleapis/nodejs-tasks/compare/v1.8.0...v1.9.0) (2020-03-06) ### Features * deferred client initialization ([#370](https://www.github.com/googleapis/nodejs-tasks/issues/370)) ([05fdd69](https://www.github.com/googleapis/nodejs-tasks/commit/05fdd6987c916da04c62193fe0f1081c23b85cbe)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please).
1 parent 7e1fa37 commit 93378af

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+
## [1.9.0](https://www.github.com/googleapis/nodejs-tasks/compare/v1.8.0...v1.9.0) (2020-03-06)
8+
9+
10+
### Features
11+
12+
* deferred client initialization ([#370](https://www.github.com/googleapis/nodejs-tasks/issues/370)) ([05fdd69](https://www.github.com/googleapis/nodejs-tasks/commit/05fdd6987c916da04c62193fe0f1081c23b85cbe))
13+
714
## [1.8.0](https://www.github.com/googleapis/nodejs-tasks/compare/v1.7.3...v1.8.0) (2020-02-29)
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": "1.8.0",
4+
"version": "1.9.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
@@ -13,7 +13,7 @@
1313
"lint": "eslint '**/*.js'"
1414
},
1515
"dependencies": {
16-
"@google-cloud/tasks": "^1.8.0",
16+
"@google-cloud/tasks": "^1.9.0",
1717
"body-parser": "^1.18.3",
1818
"express": "^4.16.3",
1919
"yargs": "^15.0.0"

0 commit comments

Comments
 (0)