Skip to content

Commit

Permalink
chore(release): 16.3.1 [skip ci]
Browse files Browse the repository at this point in the history
## [16.3.1](v16.3.0...v16.3.1) (2023-11-16)

### Bug Fixes

* upgrade deps ([#603](#603)) ([4828334](4828334))
  • Loading branch information
semantic-release-bot committed Nov 16, 2023
1 parent 4828334 commit faaed55
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.1](https://github.com/makeomatic/ms-users/compare/v16.3.0...v16.3.1) (2023-11-16)


### Bug Fixes

* upgrade deps ([#603](https://github.com/makeomatic/ms-users/issues/603)) ([4828334](https://github.com/makeomatic/ms-users/commit/4828334bd93653b654dfba2f4ec865da5654f179))

# [16.3.0](https://github.com/makeomatic/ms-users/compare/v16.2.1...v16.3.0) (2023-10-25)


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.0",
"version": "16.3.1",
"scripts": {
"test": "npm run lint && npm run test:e2e",
"test:e2e:cluster": "DB_SRV=redisCluster mdep test run",
Expand Down

0 comments on commit faaed55

Please sign in to comment.