Skip to content

Commit

Permalink
chore(release): 3.6.0 [skip ci]
Browse files Browse the repository at this point in the history
# [3.6.0](v3.5.0...v3.6.0) (2025-01-15)

### Bug Fixes

* **api:** make names optional when updating user ([f2d5e3a](f2d5e3a))

### Features

* **api:** use metadata properties ([c063b0a](c063b0a))
* **deps:** bump express-validator from 7.2.0 to 7.2.1 ([0c24a2a](0c24a2a))
* **deps:** bump i18next from 24.2.0 to 24.2.1 ([5ee6811](5ee6811))
* **deps:** bump jsdom and global-jsdom ([42da12a](42da12a))
* **deps:** bump randomstring from 1.3.0 to 1.3.1 ([65a00b3](65a00b3))
* **middleware:** include userId and congregationId in log ([dfcd8e4](dfcd8e4))
  • Loading branch information
semantic-release-bot committed Jan 15, 2025
1 parent 4b49bb2 commit 44e6946
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# [3.6.0](https://github.com/sws2apps/sws2apps-api/compare/v3.5.0...v3.6.0) (2025-01-15)


### Bug Fixes

* **api:** make names optional when updating user ([f2d5e3a](https://github.com/sws2apps/sws2apps-api/commit/f2d5e3a8b9b08d776a768a2395502fcb405cc7a9))


### Features

* **api:** use metadata properties ([c063b0a](https://github.com/sws2apps/sws2apps-api/commit/c063b0a5999a5f0c226aba26408458de1de2e125))
* **deps:** bump express-validator from 7.2.0 to 7.2.1 ([0c24a2a](https://github.com/sws2apps/sws2apps-api/commit/0c24a2adbcb813346ab9482aec99c4a6f6e9d99e))
* **deps:** bump i18next from 24.2.0 to 24.2.1 ([5ee6811](https://github.com/sws2apps/sws2apps-api/commit/5ee6811cf3f5ab566b2f7daab2e22a7be487fe4a))
* **deps:** bump jsdom and global-jsdom ([42da12a](https://github.com/sws2apps/sws2apps-api/commit/42da12a7d9e17ed507368c9f80638509ec224d73))
* **deps:** bump randomstring from 1.3.0 to 1.3.1 ([65a00b3](https://github.com/sws2apps/sws2apps-api/commit/65a00b36e0942f73b2dfae64ee392d725577680e))
* **middleware:** include userId and congregationId in log ([dfcd8e4](https://github.com/sws2apps/sws2apps-api/commit/dfcd8e4042131cbf0481f94b82ade2a105a8fcab))

# [3.5.0](https://github.com/sws2apps/sws2apps-api/compare/v3.4.0...v3.5.0) (2024-12-27)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sws2apps-api",
"version": "3.5.0",
"version": "3.6.0",
"description": "Node apps to handle backend operations for all sws2apps services",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 44e6946

Please sign in to comment.