Skip to content

Commit 62ede13

Browse files
chore(release): 3.9.0 [skip ci]
# [3.9.0](v3.8.0...v3.9.0) (2025-01-30) ### Bug Fixes * **controllers:** fix invalid property ([caffd05](caffd05)) * **controllers:** update congregation users response ([22b612d](22b612d)) * **controllers:** update role check for mismatch ([c271111](c271111)) * **middleware:** update current session details ([c68b3b4](c68b3b4)) * **services:** update users list for admin ([0cec91c](0cec91c)) * **services:** update users response for admin ([2128357](2128357)) * **services:** update users response for admin ([2f1d03e](2f1d03e)) ### Features * **controllers:** update user roles from admin console ([705ad42](705ad42)) * **deps:** bump @crowdin/crowdin-api-client from 1.41.0 to 1.41.1 ([496c654](496c654)) * **deps:** bump i18next from 24.2.1 to 24.2.2 ([73939f1](73939f1)) * **routes:** add new admin routes ([4828f08](4828f08)) * **routes:** add new admin routes ([f4a805d](f4a805d))
1 parent c271111 commit 62ede13

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
# [3.9.0](https://github.com/sws2apps/sws2apps-api/compare/v3.8.0...v3.9.0) (2025-01-30)
2+
3+
4+
### Bug Fixes
5+
6+
* **controllers:** fix invalid property ([caffd05](https://github.com/sws2apps/sws2apps-api/commit/caffd05ac3e7e7a8df14300f0c234ec204c452e2))
7+
* **controllers:** update congregation users response ([22b612d](https://github.com/sws2apps/sws2apps-api/commit/22b612d4fa49b63dcb79b91d0acc73642fa055b6))
8+
* **controllers:** update role check for mismatch ([c271111](https://github.com/sws2apps/sws2apps-api/commit/c27111174b3b81f4360c3ba6af1503ce8bdb0d1e))
9+
* **middleware:** update current session details ([c68b3b4](https://github.com/sws2apps/sws2apps-api/commit/c68b3b4609b87651442f344da3a8ca8d93a6b457))
10+
* **services:** update users list for admin ([0cec91c](https://github.com/sws2apps/sws2apps-api/commit/0cec91c75743c36e89c4efa614cbe64b3a931461))
11+
* **services:** update users response for admin ([2128357](https://github.com/sws2apps/sws2apps-api/commit/2128357ddbd12df15efab1492403dbcee6bde24b))
12+
* **services:** update users response for admin ([2f1d03e](https://github.com/sws2apps/sws2apps-api/commit/2f1d03e1fdd260e47a21d1ca7cda81f15e461ea3))
13+
14+
15+
### Features
16+
17+
* **controllers:** update user roles from admin console ([705ad42](https://github.com/sws2apps/sws2apps-api/commit/705ad424f049dc5e4b4c1788dd52865838aa9280))
18+
* **deps:** bump @crowdin/crowdin-api-client from 1.41.0 to 1.41.1 ([496c654](https://github.com/sws2apps/sws2apps-api/commit/496c6545ebdfa77cc99aa92130fc547a53ed11e9))
19+
* **deps:** bump i18next from 24.2.1 to 24.2.2 ([73939f1](https://github.com/sws2apps/sws2apps-api/commit/73939f113d15097d2b5e772f8f018ed8af815751))
20+
* **routes:** add new admin routes ([4828f08](https://github.com/sws2apps/sws2apps-api/commit/4828f087eb2fcc057db3def355318c7b45131e5a))
21+
* **routes:** add new admin routes ([f4a805d](https://github.com/sws2apps/sws2apps-api/commit/f4a805dcf1a28e291793aa4ec40fc0272af06949))
22+
123
# [3.8.0](https://github.com/sws2apps/sws2apps-api/compare/v3.7.1...v3.8.0) (2025-01-26)
224

325

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.8.0",
3+
"version": "3.9.0",
44
"description": "Node apps to handle backend operations for all sws2apps services",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)