Skip to content

Commit 8029b3b

Browse files
chore(release): 17.3.0 [skip ci]
# [17.3.0](v17.2.0...v17.3.0) (2024-11-22) ### Bug Fixes * phone config for challenge action ([#614](#614)) ([6a23442](6a23442)) ### Features * action to update the username ([#616](#616)) ([8edc2cf](8edc2cf))
1 parent 8edc2cf commit 8029b3b

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [17.3.0](https://github.com/makeomatic/ms-users/compare/v17.2.0...v17.3.0) (2024-11-22)
2+
3+
4+
### Bug Fixes
5+
6+
* phone config for challenge action ([#614](https://github.com/makeomatic/ms-users/issues/614)) ([6a23442](https://github.com/makeomatic/ms-users/commit/6a234421ade3412b3dff78b802ea2ea7f190436a))
7+
8+
9+
### Features
10+
11+
* action to update the username ([#616](https://github.com/makeomatic/ms-users/issues/616)) ([8edc2cf](https://github.com/makeomatic/ms-users/commit/8edc2cf485439581979e074d7e14560c57041d51))
12+
113
# [17.2.0](https://github.com/makeomatic/ms-users/compare/v17.1.3...v17.2.0) (2024-10-27)
214

315

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.2.0",
5+
"version": "17.3.0",
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)