Skip to content
This repository was archived by the owner on Jul 13, 2023. It is now read-only.

Commit d591c6d

Browse files
chore: release 1.7.2 (#341)
* updated CHANGELOG.md [ci skip] * updated package.json [ci skip] * updated samples/package.json [ci skip]
1 parent 58aa504 commit d591c6d

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

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.7.2](https://www.github.com/googleapis/nodejs-tasks/compare/v1.7.1...v1.7.2) (2020-01-28)
8+
9+
10+
### Bug Fixes
11+
12+
* enum, bytes, and Long types now accept strings ([58aa504](https://www.github.com/googleapis/nodejs-tasks/commit/58aa504d6d2076a0dc8c08d4c6b2b397f09cb3de))
13+
714
### [1.7.1](https://www.github.com/googleapis/nodejs-tasks/compare/v1.7.0...v1.7.1) (2020-01-09)
815

916

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

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.7.1",
16+
"@google-cloud/tasks": "^1.7.2",
1717
"body-parser": "^1.18.3",
1818
"express": "^4.16.3",
1919
"yargs": "^15.0.0"

0 commit comments

Comments
 (0)