Skip to content

Commit a1ee5fa

Browse files
chore(release): 0.90.0
# [0.90.0](0.89.0...0.90.0) (2023-11-03) ### Bug Fixes * **cloud9:** filter out invalid elements ([2004c17](2004c17)) * **dynamoDB:** PointInTimeRecovery is optional ([6b9395c](6b9395c)) * **ecsTaskDefinition:** fix keys of null error ([c9195bd](c9195bd)) * **secretsManager:** get all data pages ([0f2cff4](0f2cff4)) ### Features * adding api gateway v2 services ([62eb02f](62eb02f))
1 parent 8205d4c commit a1ee5fa

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
# [0.90.0](https://github.com/cloudgraphdev/cloudgraph-provider-aws/compare/0.89.0...0.90.0) (2023-11-03)
2+
3+
4+
### Bug Fixes
5+
6+
* **cloud9:** filter out invalid elements ([2004c17](https://github.com/cloudgraphdev/cloudgraph-provider-aws/commit/2004c178b9b4181b82c45dc485c7a1cc2a8226f2))
7+
* **dynamoDB:** PointInTimeRecovery is optional ([6b9395c](https://github.com/cloudgraphdev/cloudgraph-provider-aws/commit/6b9395c549a69eebab9be54f04fdb7d0bc88418d))
8+
* **ecsTaskDefinition:** fix keys of null error ([c9195bd](https://github.com/cloudgraphdev/cloudgraph-provider-aws/commit/c9195bdadbdf1e5a25bd796a97fa7be0f009b91f))
9+
* **secretsManager:** get all data pages ([0f2cff4](https://github.com/cloudgraphdev/cloudgraph-provider-aws/commit/0f2cff400c44d183e613aa72df362be826a19aa5))
10+
11+
12+
### Features
13+
14+
* adding api gateway v2 services ([62eb02f](https://github.com/cloudgraphdev/cloudgraph-provider-aws/commit/62eb02f7d06f978f60fa631930038057a3e87d42))
15+
116
# [0.90.0-beta.1](https://github.com/cloudgraphdev/cloudgraph-provider-aws/compare/0.89.0...0.90.0-beta.1) (2023-11-03)
217

318

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-aws",
3-
"version": "0.90.0-beta.1",
3+
"version": "0.90.0",
44
"description": "cloud-graph provider plugin for AWS used to fetch AWS cloud data.",
55
"publishConfig": {
66
"registry": "https://registry.npmjs.org/",

0 commit comments

Comments
 (0)