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

Commit 1a790ff

Browse files
yoshi-automationJustinBeckwith
authored andcommitted
chore: release 1.4.0 (#78)
* updated CHANGELOG.md [ci skip] * updated package.json [ci skip] * updated samples/package.json [ci skip]
1 parent 7116630 commit 1a790ff

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,20 @@
44

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

7+
## [1.4.0](https://www.github.com/googleapis/nodejs-containeranalysis/compare/v1.3.3...v1.4.0) (2019-09-16)
8+
9+
10+
### Bug Fixes
11+
12+
* set proper version # for x-goog-api-client ([8245809](https://www.github.com/googleapis/nodejs-containeranalysis/commit/8245809))
13+
* **deps:** update dependency @google-cloud/pubsub to ^0.32.0 ([#81](https://www.github.com/googleapis/nodejs-containeranalysis/issues/81)) ([7116630](https://www.github.com/googleapis/nodejs-containeranalysis/commit/7116630))
14+
* **docs:** remove anchor from reference doc link ([658df48](https://www.github.com/googleapis/nodejs-containeranalysis/commit/658df48))
15+
16+
17+
### Features
18+
19+
* load protos from JSON, grpc-fallback support ([766fa96](https://www.github.com/googleapis/nodejs-containeranalysis/commit/766fa96))
20+
721
### [1.3.3](https://www.github.com/googleapis/nodejs-containeranalysis/compare/v1.3.2...v1.3.3) (2019-08-16)
822

923

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.3.3",
4+
"version": "1.4.0",
55
"author": "Google LLC",
66
"description": "Container Analysis API client for Node.js",
77
"main": "src/index.js",

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.3.3",
17+
"@google-cloud/containeranalysis": "^1.4.0",
1818
"@google-cloud/pubsub": "^0.32.0",
1919
"p-retry": "^4.1.0"
2020
},

0 commit comments

Comments
 (0)