Skip to content

Commit

Permalink
chore(release): 16.2.1 [skip ci]
Browse files Browse the repository at this point in the history
## [16.2.1](v16.2.0...v16.2.1) (2023-10-05)

### Bug Fixes

* increase user alias to 30 chars ([#600](#600)) ([eff6089](eff6089))
  • Loading branch information
semantic-release-bot committed Oct 5, 2023
1 parent eff6089 commit f7ae0ea
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.2.1](https://github.com/makeomatic/ms-users/compare/v16.2.0...v16.2.1) (2023-10-05)


### Bug Fixes

* increase user alias to 30 chars ([#600](https://github.com/makeomatic/ms-users/issues/600)) ([eff6089](https://github.com/makeomatic/ms-users/commit/eff60896aaeb40d17edf0d48ad372cdf51b7f8c6))

# [16.2.0](https://github.com/makeomatic/ms-users/compare/v16.1.0...v16.2.0) (2023-09-05)


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.2.0",
"version": "16.2.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 f7ae0ea

Please sign in to comment.