Skip to content

Commit 136462e

Browse files
chore(release): 3.30.0 [skip ci]
# [3.30.0](v3.29.0...v3.30.0) (2025-06-07) ### Bug Fixes * **controllers:** move backup in progress cleanup in utils ([6035832](6035832)) * **logger:** update memory prop key name ([2b851c8](2b851c8)) ### Features * **controllers:** make backup save action async ([dcc2b8e](dcc2b8e)) * **logger:** log request body size ([e57b37a](e57b37a)) * **middleware:** ignore some paths that update last seen ([802cf02](802cf02))
1 parent 6035832 commit 136462e

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
# [3.30.0](https://github.com/sws2apps/sws2apps-api/compare/v3.29.0...v3.30.0) (2025-06-07)
2+
3+
4+
### Bug Fixes
5+
6+
* **controllers:** move backup in progress cleanup in utils ([6035832](https://github.com/sws2apps/sws2apps-api/commit/60358327fe61fcc22e2df621bfa9e24dafbc236e))
7+
* **logger:** update memory prop key name ([2b851c8](https://github.com/sws2apps/sws2apps-api/commit/2b851c89796032d7c754e9b4cc978e6c2fdb1256))
8+
9+
10+
### Features
11+
12+
* **controllers:** make backup save action async ([dcc2b8e](https://github.com/sws2apps/sws2apps-api/commit/dcc2b8ef61277d42b6f5b1cd57455a5d9ec9a830))
13+
* **logger:** log request body size ([e57b37a](https://github.com/sws2apps/sws2apps-api/commit/e57b37abc285da4fc8f0ab6881c4a16ab0d1d27a))
14+
* **middleware:** ignore some paths that update last seen ([802cf02](https://github.com/sws2apps/sws2apps-api/commit/802cf026b0ee6128a58b807e243b507514eb7c3d))
15+
116
# [3.29.0](https://github.com/sws2apps/sws2apps-api/compare/v3.28.1...v3.29.0) (2025-06-04)
217

318

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sws2apps-api",
3-
"version": "3.29.0",
3+
"version": "3.30.0",
44
"description": "Node apps to handle backend operations for all sws2apps services",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)