Skip to content

Commit 1459abb

Browse files
chore(release): 1.18.0 [skip ci]
# [1.18.0](v1.17.6...v1.18.0) (2025-03-31) ### Bug Fixes * delete useless comments line ([065517e](065517e)) * **logs:** delete debug logging ([2c00853](2c00853)) * **saveModule:** Get save modules from api ([2d81445](2d81445)) ### Features * **logs:** Logs saving postgres & mysql ([6f10098](6f10098))
1 parent e4a0b8b commit 1459abb

2 files changed

Lines changed: 16 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# [1.18.0](https://github.com/kexa-io/Kexa/compare/v1.17.6...v1.18.0) (2025-03-31)
2+
3+
4+
### Bug Fixes
5+
6+
* delete useless comments line ([065517e](https://github.com/kexa-io/Kexa/commit/065517eb9ae89de43bcf2fffd6f47b83824c7e72))
7+
* **logs:** delete debug logging ([2c00853](https://github.com/kexa-io/Kexa/commit/2c008533c140b769c751cfef56e4d35a900c5d3f))
8+
* **saveModule:** Get save modules from api ([2d81445](https://github.com/kexa-io/Kexa/commit/2d81445b3f56582610524188040bfdbfa6a2fd25))
9+
10+
11+
### Features
12+
13+
* **logs:** Logs saving postgres & mysql ([6f10098](https://github.com/kexa-io/Kexa/commit/6f1009845f721f1ccd175a2397c7069f98526989))
14+
115
## [1.17.6](https://github.com/kexa-io/Kexa/compare/v1.17.5...v1.17.6) (2025-03-31)
216

317

@@ -3970,4 +3984,3 @@ Kexa/services/saving/postgresSQL.service.ts was changed
39703984
documentation/Documentation-Kexa.md was changed
39713985

39723986
rules/Kubernete.yaml was changed
3973-

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -574,7 +574,7 @@
574574
"ts-node": "^10.9.2",
575575
"typescript": "^5.8.2"
576576
},
577-
"version": "1.14.0-SNAPSHOT.281.02ce2c9",
577+
"version": "1.18.0",
578578
"main": "./build/index.js",
579579
"scripts": {
580580
"postinstall": "node-config-ts",
@@ -620,4 +620,4 @@
620620
"fast-xml-parser@<4.4.1": ">=4.4.1"
621621
}
622622
}
623-
}
623+
}

0 commit comments

Comments
 (0)