Skip to content

Commit 9712d28

Browse files
chore(release): 17.1.1 [skip ci]
## [17.1.1](v17.1.0...v17.1.1) (2024-07-24) ### Bug Fixes * email to contacts migration ([#609](#609)) ([cb92622](cb92622))
1 parent cb92622 commit 9712d28

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.1.1](https://github.com/makeomatic/ms-users/compare/v17.1.0...v17.1.1) (2024-07-24)
2+
3+
4+
### Bug Fixes
5+
6+
* email to contacts migration ([#609](https://github.com/makeomatic/ms-users/issues/609)) ([cb92622](https://github.com/makeomatic/ms-users/commit/cb926221a7845e6538354914938588425476967f))
7+
18
# [17.1.0](https://github.com/makeomatic/ms-users/compare/v17.0.0...v17.1.0) (2024-04-03)
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.1.0",
5+
"version": "17.1.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)