Skip to content

Commit 5caceca

Browse files
chore(release): 0.22.1-beta.1
## [0.22.1-beta.1](0.22.0...0.22.1-beta.1) (2022-11-25) ### Bug Fixes * add uri-js to resolutions to fix cve vulnerability ([5290e0a](5290e0a)) * cve vulnerabilities remediations ([c0c6200](c0c6200))
1 parent 466aeb8 commit 5caceca

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.22.1-beta.1](https://github.com/cloudgraphdev/sdk/compare/0.22.0...0.22.1-beta.1) (2022-11-25)
2+
3+
4+
### Bug Fixes
5+
6+
* add uri-js to resolutions to fix cve vulnerability ([5290e0a](https://github.com/cloudgraphdev/sdk/commit/5290e0a828f1302e3fc16e5dddded36fb013d08d))
7+
* cve vulnerabilities remediations ([c0c6200](https://github.com/cloudgraphdev/sdk/commit/c0c620079958ec562797bbf76561c028754fcfa1))
8+
19
## [0.22.1-alpha.1](https://github.com/cloudgraphdev/sdk/compare/0.22.0...0.22.1-alpha.1) (2022-11-25)
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/sdk",
3-
"version": "0.22.1-alpha.1",
3+
"version": "0.22.1-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)