Skip to content

Commit ae115fd

Browse files
chore(release): 17.3.2 [skip ci]
## [17.3.2](v17.3.1...v17.3.2) (2025-02-15) ### Bug Fixes * remove old email on validation of new one ([#619](#619)) ([9945c3f](9945c3f))
1 parent 9945c3f commit ae115fd

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [17.3.2](https://github.com/makeomatic/ms-users/compare/v17.3.1...v17.3.2) (2025-02-15)
2+
3+
4+
### Bug Fixes
5+
6+
* remove old email on validation of new one ([#619](https://github.com/makeomatic/ms-users/issues/619)) ([9945c3f](https://github.com/makeomatic/ms-users/commit/9945c3f30d2b71f12b6d7a8a49ffb37847fe038a))
7+
18
## [17.3.1](https://github.com/makeomatic/ms-users/compare/v17.3.0...v17.3.1) (2025-02-11)
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.1",
5+
"version": "17.3.2",
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)