We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbf14ac commit 83a392bCopy full SHA for 83a392b
CHANGELOG.md
@@ -1,3 +1,11 @@
1
+## [0.22.1](https://github.com/cloudgraphdev/sdk/compare/0.22.0...0.22.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
9
## [0.22.1-beta.1](https://github.com/cloudgraphdev/sdk/compare/0.22.0...0.22.1-beta.1) (2022-11-25)
10
11
package.json
@@ -1,6 +1,6 @@
{
"name": "@cloudgraph/sdk",
- "version": "0.22.1-beta.1",
+ "version": "0.22.1",
"description": "SDK for cloud graph providers and cli",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
0 commit comments