Skip to content

Commit

Permalink
chore(release): 15.11.1 [skip ci]
Browse files Browse the repository at this point in the history
## [15.11.1](v15.11.0...v15.11.1) (2023-05-23)

### Bug Fixes

* add 'any' redissearch query ([#588](#588)) ([efaa2fe](efaa2fe))
  • Loading branch information
semantic-release-bot committed May 23, 2023
1 parent efaa2fe commit 9b19b6f
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.11.1](https://github.com/makeomatic/ms-users/compare/v15.11.0...v15.11.1) (2023-05-23)


### Bug Fixes

* add 'any' redissearch query ([#588](https://github.com/makeomatic/ms-users/issues/588)) ([efaa2fe](https://github.com/makeomatic/ms-users/commit/efaa2fe307bda191e475b1a5eb57bbc3d737a713))

# [15.11.0](https://github.com/makeomatic/ms-users/compare/v15.10.2...v15.11.0) (2023-04-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": "./lib/index.js",
"version": "15.11.0",
"version": "15.11.1",
"scripts": {
"compile": "rimraf ./lib; cp -r ./src ./lib",
"pretest": "npm run compile",
Expand Down

0 comments on commit 9b19b6f

Please sign in to comment.