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

Commit 85d897c

Browse files
yoshi-automationJustinBeckwith
authored andcommitted
chore: release 1.0.0 (#33)
* created CHANGELOG.md * updated package.json * updated samples/package.json
1 parent c11768a commit 85d897c

File tree

3 files changed

+55
-25
lines changed

3 files changed

+55
-25
lines changed

CHANGELOG.md

+30
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# Changelog
2+
3+
[npm history][1]
4+
5+
[1]: https://www.npmjs.com/package/@google-cloud/containeranalysis?activeTab=versions
6+
7+
## 1.0.0 (2019-06-08)
8+
9+
10+
### ⚠ BREAKING CHANGES
11+
12+
* upgrade engines field to >=8.10.0 (#2)
13+
14+
### Bug Fixes
15+
16+
* **deps:** update dependency google-gax to v1 ([22b33b7](https://www.github.com/googleapis/nodejs-containeranalysis/commit/22b33b7))
17+
* **deps:** update dependency google-gax to v1 ([#14](https://www.github.com/googleapis/nodejs-containeranalysis/issues/14)) ([84e489b](https://www.github.com/googleapis/nodejs-containeranalysis/commit/84e489b))
18+
* **docs:** fix dead links ([#16](https://www.github.com/googleapis/nodejs-containeranalysis/issues/16)) ([0dee92f](https://www.github.com/googleapis/nodejs-containeranalysis/commit/0dee92f))
19+
* do not fail test if nyc did not run ([1e2f13a](https://www.github.com/googleapis/nodejs-containeranalysis/commit/1e2f13a))
20+
21+
22+
### Build System
23+
24+
* upgrade engines field to >=8.10.0 ([#2](https://www.github.com/googleapis/nodejs-containeranalysis/issues/2)) ([e95e090](https://www.github.com/googleapis/nodejs-containeranalysis/commit/e95e090))
25+
26+
27+
### Features
28+
29+
* add doc expressions and update CI ([#8](https://www.github.com/googleapis/nodejs-containeranalysis/issues/8)) ([e712189](https://www.github.com/googleapis/nodejs-containeranalysis/commit/e712189))
30+
* support apiEndpoint override in client constructor ([#34](https://www.github.com/googleapis/nodejs-containeranalysis/issues/34)) ([9146c76](https://www.github.com/googleapis/nodejs-containeranalysis/commit/9146c76))

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

samples/package.json

+24-24
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
11
{
2-
"name": "nodejs-containeranalysis-samples",
3-
"private": true,
4-
"license": "Apache-2.0",
5-
"author": "Google Inc.",
6-
"repository": "googleapis/nodejs-containeranalysis",
7-
"files": [
8-
"*.js"
9-
],
10-
"engines": {
11-
"node": ">=10"
12-
},
13-
"scripts": {
14-
"test": "mocha --timeout 100000 test/**.test.js"
15-
},
16-
"dependencies": {
17-
"@google-cloud/containeranalysis": "^0.1.0",
18-
"@google-cloud/pubsub": "^0.28.1",
19-
"p-retry": "^4.1.0"
20-
},
21-
"devDependencies": {
22-
"chai": "^4.2.0",
23-
"mocha": "^6.1.4",
24-
"uuid": "^3.3.2"
25-
}
2+
"name": "nodejs-containeranalysis-samples",
3+
"private": true,
4+
"license": "Apache-2.0",
5+
"author": "Google Inc.",
6+
"repository": "googleapis/nodejs-containeranalysis",
7+
"files": [
8+
"*.js"
9+
],
10+
"engines": {
11+
"node": ">=10"
12+
},
13+
"scripts": {
14+
"test": "mocha --timeout 100000 test/**.test.js"
15+
},
16+
"dependencies": {
17+
"@google-cloud/containeranalysis": "^1.0.0",
18+
"@google-cloud/pubsub": "^0.28.1",
19+
"p-retry": "^4.1.0"
20+
},
21+
"devDependencies": {
22+
"chai": "^4.2.0",
23+
"mocha": "^6.1.4",
24+
"uuid": "^3.3.2"
25+
}
2626
}

0 commit comments

Comments
 (0)