Skip to content

Commit bf93510

Browse files
chore(release): 0.67.0-alpha.2
# [0.67.0-alpha.2](0.67.0-alpha.1...0.67.0-alpha.2) (2023-06-06) ### Bug Fixes * Added missing attribute for cosmosdb schema ([cde0c79](cde0c79)) ### Features * Exposed containersIds for cosmosdb account ([8b45320](8b45320))
1 parent 5f4df54 commit bf93510

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [0.67.0-alpha.2](https://github.com/cloudgraphdev/cloudgraph-provider-azure/compare/0.67.0-alpha.1...0.67.0-alpha.2) (2023-06-06)
2+
3+
4+
### Bug Fixes
5+
6+
* Added missing attribute for cosmosdb schema ([cde0c79](https://github.com/cloudgraphdev/cloudgraph-provider-azure/commit/cde0c791374d648f77541b1189ddbd3062ea67aa))
7+
8+
9+
### Features
10+
11+
* Exposed containersIds for cosmosdb account ([8b45320](https://github.com/cloudgraphdev/cloudgraph-provider-azure/commit/8b4532048fc8137539489adb38eee101ff867039))
12+
113
# [0.67.0-alpha.1](https://github.com/cloudgraphdev/cloudgraph-provider-azure/compare/0.66.0...0.67.0-alpha.1) (2023-06-06)
214

315

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cloudgraph/cg-provider-azure",
3-
"version": "0.67.0-alpha.1",
3+
"version": "0.67.0-alpha.2",
44
"description": "CloudGraph provider plugin for Azure used to fetch Azure cloud data.",
55
"publishConfig": {
66
"registry": "https://registry.npmjs.org/",

0 commit comments

Comments
 (0)