Skip to content

Commit

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

### Features

* dump search ([#599](#599)) ([bb88bb9](bb88bb9))
  • Loading branch information
semantic-release-bot committed Sep 5, 2023
1 parent bb88bb9 commit 6f20429
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.0](https://github.com/makeomatic/ms-users/compare/v16.1.0...v16.2.0) (2023-09-05)


### Features

* dump search ([#599](https://github.com/makeomatic/ms-users/issues/599)) ([bb88bb9](https://github.com/makeomatic/ms-users/commit/bb88bb927ee0e14f4c2d309fea83969761891d5d))

# [16.1.0](https://github.com/makeomatic/ms-users/compare/v16.0.8...v16.1.0) (2023-08-21)


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

0 comments on commit 6f20429

Please sign in to comment.