Skip to content

Commit 78e5c78

Browse files
chore: release 1.7.1 (googleapis#131)
* updated CHANGELOG.md [ci skip] * updated package.json [ci skip] * updated samples/package.json [ci skip]
1 parent 9a3d2ea commit 78e5c78

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

Diff for: CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@
44

55
[1]: https://www.npmjs.com/package/@google-cloud/containeranalysis?activeTab=versions
66

7+
### [1.7.1](https://www.github.com/googleapis/nodejs-containeranalysis/compare/v1.7.0...v1.7.1) (2020-02-05)
8+
9+
10+
### Bug Fixes
11+
12+
* proto annotations; enum, bytes, and Long types now accept strings ([34b461f](https://www.github.com/googleapis/nodejs-containeranalysis/commit/34b461f4f721fbf0bd1908518d1a9f16ff180270))
13+
714
## [1.7.0](https://www.github.com/googleapis/nodejs-containeranalysis/compare/v1.6.1...v1.7.0) (2020-01-02)
815

916

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"repository": "googleapis/nodejs-containeranalysis",
33
"name": "@google-cloud/containeranalysis",
4-
"version": "1.7.0",
4+
"version": "1.7.1",
55
"author": "Google LLC",
66
"description": "Container Analysis API client for Node.js",
77
"main": "src/index.js",

Diff for: samples/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"test": "mocha --timeout 100000 test/**.test.js"
1515
},
1616
"dependencies": {
17-
"@google-cloud/containeranalysis": "^1.7.0",
17+
"@google-cloud/containeranalysis": "^1.7.1",
1818
"@google-cloud/pubsub": "^1.0.0",
1919
"p-retry": "^4.1.0"
2020
},

0 commit comments

Comments
 (0)