Skip to content

Commit

Permalink
chore(release): 15.10.1 [skip ci]
Browse files Browse the repository at this point in the history
## [15.10.1](v15.10.0...v15.10.1) (2023-03-08)

### Bug Fixes

* redis search improvements ([#584](#584)) ([6411075](6411075))
  • Loading branch information
semantic-release-bot committed Mar 8, 2023
1 parent 6411075 commit a486d0d
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 @@
## [15.10.1](https://github.com/makeomatic/ms-users/compare/v15.10.0...v15.10.1) (2023-03-08)


### Bug Fixes

* redis search improvements ([#584](https://github.com/makeomatic/ms-users/issues/584)) ([6411075](https://github.com/makeomatic/ms-users/commit/6411075b326c24aa4bd7f86c7a3431b00f741762))

# [15.10.0](https://github.com/makeomatic/ms-users/compare/v15.9.0...v15.10.0) (2023-03-07)


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": "./lib/index.js",
"version": "15.10.0",
"version": "15.10.1",
"scripts": {
"compile": "rimraf ./lib; cp -r ./src ./lib",
"pretest": "npm run compile",
Expand Down

0 comments on commit a486d0d

Please sign in to comment.