Skip to content

Commit f300a69

Browse files
chore(release): 3.26.1 [skip ci]
## [3.26.1](v3.26.0...v3.26.1) (2025-06-01) ### Bug Fixes * **definition:** add user profile schema ([8cc0e53](8cc0e53)) ### Performance Improvements * **controllers:** check for talks data before saving public schedules ([98ed7b4](98ed7b4))
1 parent 98ed7b4 commit f300a69

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## [3.26.1](https://github.com/sws2apps/sws2apps-api/compare/v3.26.0...v3.26.1) (2025-06-01)
2+
3+
4+
### Bug Fixes
5+
6+
* **definition:** add user profile schema ([8cc0e53](https://github.com/sws2apps/sws2apps-api/commit/8cc0e536c1c093243d1c6f8901ff7ed20902fa49))
7+
8+
9+
### Performance Improvements
10+
11+
* **controllers:** check for talks data before saving public schedules ([98ed7b4](https://github.com/sws2apps/sws2apps-api/commit/98ed7b40d47331656489ca1da06645c6ca7cf538))
12+
113
# [3.26.0](https://github.com/sws2apps/sws2apps-api/compare/v3.25.2...v3.26.0) (2025-05-31)
214

315

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

0 commit comments

Comments
 (0)