Skip to content

Commit ec529ae

Browse files
chore(release): 0.89.0-alpha.22
# [0.89.0-alpha.22](0.89.0-alpha.21...0.89.0-alpha.22) (2023-07-19) ### Features * collect provider errors ([cccc04d](cccc04d))
1 parent a5cd6f5 commit ec529ae

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [0.89.0-alpha.22](https://github.com/cloudgraphdev/cloudgraph-provider-aws/compare/0.89.0-alpha.21...0.89.0-alpha.22) (2023-07-19)
2+
3+
4+
### Features
5+
6+
* collect provider errors ([cccc04d](https://github.com/cloudgraphdev/cloudgraph-provider-aws/commit/cccc04d1749271f705c272c6923fe875ddb20f07))
7+
18
# [0.89.0-alpha.21](https://github.com/cloudgraphdev/cloudgraph-provider-aws/compare/0.89.0-alpha.20...0.89.0-alpha.21) (2023-06-07)
29

310

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cloudgraph/cg-provider-aws",
3-
"version": "0.89.0-alpha.21",
3+
"version": "0.89.0-alpha.22",
44
"description": "cloud-graph provider plugin for AWS used to fetch AWS cloud data.",
55
"publishConfig": {
66
"registry": "https://registry.npmjs.org/",
@@ -88,4 +88,4 @@
8888
"**/glob-parent": "^5.1.2",
8989
"**/uri-js": "^3.0.1"
9090
}
91-
}
91+
}

0 commit comments

Comments
 (0)