Skip to content

Commit 581edea

Browse files
chore(release): 17.3.1 [skip ci]
## [17.3.1](v17.3.0...v17.3.1) (2025-02-11) ### Bug Fixes * remove contact email from username ([#618](#618)) ([9bcce33](9bcce33))
1 parent 9bcce33 commit 581edea

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [17.3.1](https://github.com/makeomatic/ms-users/compare/v17.3.0...v17.3.1) (2025-02-11)
2+
3+
4+
### Bug Fixes
5+
6+
* remove contact email from username ([#618](https://github.com/makeomatic/ms-users/issues/618)) ([9bcce33](https://github.com/makeomatic/ms-users/commit/9bcce335468cd2640d6cc14b4266b20ced12cc8d))
7+
18
# [17.3.0](https://github.com/makeomatic/ms-users/compare/v17.2.0...v17.3.0) (2024-11-22)
29

310

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "ms-users",
33
"description": "Core of the microservice for handling users",
44
"main": "./src/index.js",
5-
"version": "17.3.0",
5+
"version": "17.3.1",
66
"scripts": {
77
"test": "npm run lint && npm run test:e2e",
88
"test:e2e:cluster": "DB_SRV=redisCluster mdep test run",

0 commit comments

Comments
 (0)