Skip to content

Commit ace9126

Browse files
chore(release): 17.2.0 [skip ci]
# [17.2.0](v17.1.3...v17.2.0) (2024-10-27) ### Bug Fixes * update dependencies, run on newer node ([#613](#613)) ([cbcfc47](cbcfc47)) ### Features * with empty password check ([#612](#612)) ([79254ca](79254ca))
1 parent cbcfc47 commit ace9126

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.2.0](https://github.com/makeomatic/ms-users/compare/v17.1.3...v17.2.0) (2024-10-27)
2+
3+
4+
### Bug Fixes
5+
6+
* update dependencies, run on newer node ([#613](https://github.com/makeomatic/ms-users/issues/613)) ([cbcfc47](https://github.com/makeomatic/ms-users/commit/cbcfc4742fc54b7f6f8d982233ef8f07fc3202d2))
7+
8+
9+
### Features
10+
11+
* with empty password check ([#612](https://github.com/makeomatic/ms-users/issues/612)) ([79254ca](https://github.com/makeomatic/ms-users/commit/79254ca82cf5a784d0ce1659f05470726fe3eba5))
12+
113
## [17.1.3](https://github.com/makeomatic/ms-users/compare/v17.1.2...v17.1.3) (2024-08-25)
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.1.3",
5+
"version": "17.2.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)