Skip to content

Commit

Permalink
chore(release): 16.3.3 [skip ci]
Browse files Browse the repository at this point in the history
## [16.3.3](v16.3.2...v16.3.3) (2023-12-07)

### Bug Fixes

* do not store emails for masters bypass ([#604](#604)) ([6039849](6039849))
  • Loading branch information
semantic-release-bot committed Dec 7, 2023
1 parent 6039849 commit 2baba95
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [16.3.3](https://github.com/makeomatic/ms-users/compare/v16.3.2...v16.3.3) (2023-12-07)


### Bug Fixes

* do not store emails for masters bypass ([#604](https://github.com/makeomatic/ms-users/issues/604)) ([6039849](https://github.com/makeomatic/ms-users/commit/6039849ddf65fc6e8cc0d30499f199728fa9f952))

## [16.3.2](https://github.com/makeomatic/ms-users/compare/v16.3.1...v16.3.2) (2023-11-29)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "ms-users",
"description": "Core of the microservice for handling users",
"main": "./src/index.js",
"version": "16.3.2",
"version": "16.3.3",
"scripts": {
"test": "npm run lint && npm run test:e2e",
"test:e2e:cluster": "DB_SRV=redisCluster mdep test run",
Expand Down

0 comments on commit 2baba95

Please sign in to comment.