Skip to content

Commit 16c6528

Browse files
chore(release): 0.19.0-beta.1
# [0.19.0-beta.1](0.18.1...0.19.0-beta.1) (2022-05-02) ### Bug Fixes * Fixed empty rules edge case ([4953a6c](4953a6c)) ### Features * Considered edge cases for aws provider extra fields ([ab75afa](ab75afa)) * Reduced mutations payload ([f931f91](f931f91)) * Refactored RulesEngine to improve mutations performance ([af20dea](af20dea))
1 parent 8f54dcf commit 16c6528

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# [0.19.0-beta.1](https://github.com/cloudgraphdev/sdk/compare/0.18.1...0.19.0-beta.1) (2022-05-02)
2+
3+
4+
### Bug Fixes
5+
6+
* Fixed empty rules edge case ([4953a6c](https://github.com/cloudgraphdev/sdk/commit/4953a6ce10b9e41d5f569f80fcdbed6db88be0b8))
7+
8+
9+
### Features
10+
11+
* Considered edge cases for aws provider extra fields ([ab75afa](https://github.com/cloudgraphdev/sdk/commit/ab75afa8bfeb0949e053bb38440cae5ce1628ded))
12+
* Reduced mutations payload ([f931f91](https://github.com/cloudgraphdev/sdk/commit/f931f91c8df7a856f68d631bf801666a4f0a7ab6))
13+
* Refactored RulesEngine to improve mutations performance ([af20dea](https://github.com/cloudgraphdev/sdk/commit/af20dea938b83e79c714114747ebd08b0284ba38))
14+
115
# [0.19.0-alpha.1](https://github.com/cloudgraphdev/sdk/compare/0.18.1...0.19.0-alpha.1) (2022-04-25)
216

317

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cloudgraph/sdk",
3-
"version": "0.19.0-alpha.1",
3+
"version": "0.19.0-beta.1",
44
"description": "SDK for cloud graph providers and cli",
55
"main": "dist/src/index.js",
66
"types": "dist/src/index.d.ts",

0 commit comments

Comments
 (0)