Skip to content

Commit e6bbeb3

Browse files
author
AutoCloud Deploy Bot
committed
chore(release): 0.4.0
# [0.4.0](https://gitlab.com/auto-cloud/cloudgraph/sdk/compare/0.3.10...0.4.0) (2021-10-19) ### Bug Fixes * **debugLog:** set cg prefix on debug log ([3b1cb73](https://gitlab.com/auto-cloud/cloudgraph/sdk/commit/3b1cb73d0a502a5bb28d6b144a205a55d0e31dcf)) ### Features * **debugLog:** write error/debug logs to file in debug mode ([bb74b62](https://gitlab.com/auto-cloud/cloudgraph/sdk/commit/bb74b62967534d1dd4816462bf60f95dff220990))
1 parent d280aa7 commit e6bbeb3

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [0.4.0](https://gitlab.com/auto-cloud/cloudgraph/sdk/compare/0.3.10...0.4.0) (2021-10-19)
2+
3+
4+
### Bug Fixes
5+
6+
* **debugLog:** set cg prefix on debug log ([3b1cb73](https://gitlab.com/auto-cloud/cloudgraph/sdk/commit/3b1cb73d0a502a5bb28d6b144a205a55d0e31dcf))
7+
8+
9+
### Features
10+
11+
* **debugLog:** write error/debug logs to file in debug mode ([bb74b62](https://gitlab.com/auto-cloud/cloudgraph/sdk/commit/bb74b62967534d1dd4816462bf60f95dff220990))
12+
113
## [0.3.10](https://gitlab.com/auto-cloud/cloudgraph/sdk/compare/0.3.9...0.3.10) (2021-10-12)
214

315

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cloudgraph/sdk",
3-
"version": "0.3.10",
3+
"version": "0.4.0",
44
"description": "SDK for cloud graph providers and cli",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)