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

Commit 06e3e5c

Browse files
yoshi-automationbcoe
authored andcommitted
chore: release 1.2.1 (#50)
1 parent 55d96bf commit 06e3e5c

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

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.2.1](https://www.github.com/googleapis/nodejs-containeranalysis/compare/v1.2.0...v1.2.1) (2019-06-24)
8+
9+
10+
### Bug Fixes
11+
12+
* **docs:** don't yet advertise ga, as there may be some breaking changes coming ([#49](https://www.github.com/googleapis/nodejs-containeranalysis/issues/49)) ([55d96bf](https://www.github.com/googleapis/nodejs-containeranalysis/commit/55d96bf))
13+
714
## [1.2.0](https://www.github.com/googleapis/nodejs-containeranalysis/compare/v1.1.0...v1.2.0) (2019-06-19)
815

916

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.2.0",
4+
"version": "1.2.1",
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.2.0",
17+
"@google-cloud/containeranalysis": "^1.2.1",
1818
"@google-cloud/pubsub": "^0.29.0",
1919
"p-retry": "^4.1.0"
2020
},

0 commit comments

Comments
 (0)