Skip to content

Commit 5b481bf

Browse files
chore(release): 3.36.0 [skip ci]
# [3.36.0](v3.35.0...v3.36.0) (2025-09-21) ### Bug Fixes * **services:** support crypto-es esm change ([3b645f1](3b645f1)) ### Features * **api:** include person enrollments for all roles ([2a3d438](2a3d438)) * **api:** include person privileges for all roles ([13cfd42](13cfd42)) * **api:** support login with email otp code ([f3b9f34](f3b9f34)) * **deps:** bump @logtail/node from 0.5.5 to 0.5.6 ([21d60c8](21d60c8)) * **deps:** bump crypto-es from 3.0.4 to 3.1.2 ([7b0a1a1](7b0a1a1)) * **deps:** bump dotenv from 17.2.1 to 17.2.2 ([f47fe37](f47fe37)) * **deps:** bump express-rate-limit from 8.0.1 to 8.1.0 ([fb09e36](fb09e36)) * **deps:** bump firebase-admin from 13.4.0 to 13.5.0 ([92b6a5b](92b6a5b)) * **deps:** bump i18next from 25.4.2 to 25.5.2 ([ac56a42](ac56a42)) * **deps:** bump nodemailer and @types/nodemailer ([2e9e109](2e9e109))
1 parent cc214de commit 5b481bf

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
# [3.36.0](https://github.com/sws2apps/sws2apps-api/compare/v3.35.0...v3.36.0) (2025-09-21)
2+
3+
4+
### Bug Fixes
5+
6+
* **services:** support crypto-es esm change ([3b645f1](https://github.com/sws2apps/sws2apps-api/commit/3b645f1b697aa3b79a2b8d31363ebae36c1ec7bb))
7+
8+
9+
### Features
10+
11+
* **api:** include person enrollments for all roles ([2a3d438](https://github.com/sws2apps/sws2apps-api/commit/2a3d438f9f1b69dc689aa826f974b4424408a90a))
12+
* **api:** include person privileges for all roles ([13cfd42](https://github.com/sws2apps/sws2apps-api/commit/13cfd422967d881d345b05f6b20d9ca5703a8b32))
13+
* **api:** support login with email otp code ([f3b9f34](https://github.com/sws2apps/sws2apps-api/commit/f3b9f34a6e2aec4559b812c367d5d9672c5c2911))
14+
* **deps:** bump @logtail/node from 0.5.5 to 0.5.6 ([21d60c8](https://github.com/sws2apps/sws2apps-api/commit/21d60c812beac4d5aff73512b4ac38a8face60df))
15+
* **deps:** bump crypto-es from 3.0.4 to 3.1.2 ([7b0a1a1](https://github.com/sws2apps/sws2apps-api/commit/7b0a1a197174f57c74c41b4e6c81e175a98dfb69))
16+
* **deps:** bump dotenv from 17.2.1 to 17.2.2 ([f47fe37](https://github.com/sws2apps/sws2apps-api/commit/f47fe378ce05347d8d434878251f297616a17713))
17+
* **deps:** bump express-rate-limit from 8.0.1 to 8.1.0 ([fb09e36](https://github.com/sws2apps/sws2apps-api/commit/fb09e36bb8e4caae3b2d761cfdf8fb55dfe613b8))
18+
* **deps:** bump firebase-admin from 13.4.0 to 13.5.0 ([92b6a5b](https://github.com/sws2apps/sws2apps-api/commit/92b6a5b1040577f4f04e2633b47539c11f42d1fa))
19+
* **deps:** bump i18next from 25.4.2 to 25.5.2 ([ac56a42](https://github.com/sws2apps/sws2apps-api/commit/ac56a42c02c7f64b333953ebec0d6dde73dd36ba))
20+
* **deps:** bump nodemailer and @types/nodemailer ([2e9e109](https://github.com/sws2apps/sws2apps-api/commit/2e9e109644cbdc0975b449e7f5d646a0fae40a39))
21+
122
# [3.35.0](https://github.com/sws2apps/sws2apps-api/compare/v3.34.0...v3.35.0) (2025-09-06)
223

324

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

0 commit comments

Comments
 (0)