Skip to content

Commit 2e13cfd

Browse files
chore(release): 17.1.0 [skip ci]
# [17.1.0](v17.0.0...v17.1.0) (2024-04-03) ### Features * return extra meta in bypass auth ([#608](#608)) ([7d864ba](7d864ba))
1 parent 7d864ba commit 2e13cfd

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.0](https://github.com/makeomatic/ms-users/compare/v17.0.0...v17.1.0) (2024-04-03)
2+
3+
4+
### Features
5+
6+
* return extra meta in bypass auth ([#608](https://github.com/makeomatic/ms-users/issues/608)) ([7d864ba](https://github.com/makeomatic/ms-users/commit/7d864bac8a2204b8f1170fd309eb09c089cbee91))
7+
18
# [17.0.0](https://github.com/makeomatic/ms-users/compare/v16.4.0...v17.0.0) (2024-01-22)
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.0.0",
5+
"version": "17.1.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)