Skip to content

Commit 62922f0

Browse files
chore(release): 0.67.0-alpha.6
# [0.67.0-alpha.6](0.67.0-alpha.5...0.67.0-alpha.6) (2023-07-19) ### Features * collect crawl error logs ([bd58d1d](bd58d1d))
1 parent 9d4e68d commit 62922f0

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [0.67.0-alpha.6](https://github.com/cloudgraphdev/cloudgraph-provider-azure/compare/0.67.0-alpha.5...0.67.0-alpha.6) (2023-07-19)
2+
3+
4+
### Features
5+
6+
* collect crawl error logs ([bd58d1d](https://github.com/cloudgraphdev/cloudgraph-provider-azure/commit/bd58d1dce0cd55d86828b0a463d41061352f2517))
7+
18
# [0.67.0-alpha.5](https://github.com/cloudgraphdev/cloudgraph-provider-azure/compare/0.67.0-alpha.4...0.67.0-alpha.5) (2023-06-14)
29

310

package.json

+2-2
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.5",
3+
"version": "0.67.0-alpha.6",
44
"description": "CloudGraph provider plugin for Azure used to fetch Azure cloud data.",
55
"publishConfig": {
66
"registry": "https://registry.npmjs.org/",
@@ -126,4 +126,4 @@
126126
"**/glob-parent": "^5.1.2",
127127
"**/uri-js": "^3.0.1"
128128
}
129-
}
129+
}

0 commit comments

Comments
 (0)