Skip to content

Commit 8eb6266

Browse files
chore(release): 0.64.1-beta.1
## [0.64.1-beta.1](0.64.0...0.64.1-beta.1) (2022-11-23) ### Bug Fixes * initialization and iterables bugfixes ([83a5dd3](83a5dd3)) * replace cuid usage, remove conditional cuid generation for root ids ([823a0ef](823a0ef))
1 parent dfaf496 commit 8eb6266

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [0.64.1-beta.1](https://github.com/cloudgraphdev/cloudgraph-provider-azure/compare/0.64.0...0.64.1-beta.1) (2022-11-23)
2+
3+
4+
### Bug Fixes
5+
6+
* initialization and iterables bugfixes ([83a5dd3](https://github.com/cloudgraphdev/cloudgraph-provider-azure/commit/83a5dd30d7d18de1acc1912303502703f5e7bff0))
7+
* replace cuid usage, remove conditional cuid generation for root ids ([823a0ef](https://github.com/cloudgraphdev/cloudgraph-provider-azure/commit/823a0ef971099dc9813b28b2490dcf0c2884861b))
8+
19
## [0.64.1-alpha.2](https://github.com/cloudgraphdev/cloudgraph-provider-azure/compare/0.64.1-alpha.1...0.64.1-alpha.2) (2022-11-21)
210

311

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cloudgraph/cg-provider-azure",
3-
"version": "0.64.1-alpha.2",
3+
"version": "0.64.1-beta.1",
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)