We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bcce33 commit 581edeaCopy full SHA for 581edea
2 files changed
CHANGELOG.md
@@ -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
8
# [17.3.0](https://github.com/makeomatic/ms-users/compare/v17.2.0...v17.3.0) (2024-11-22)
9
10
package.json
@@ -2,7 +2,7 @@
"name": "ms-users",
"description": "Core of the microservice for handling users",
"main": "./src/index.js",
- "version": "17.3.0",
+ "version": "17.3.1",
"scripts": {
"test": "npm run lint && npm run test:e2e",
"test:e2e:cluster": "DB_SRV=redisCluster mdep test run",
0 commit comments