Skip to content

Commit

Permalink
chore(release): 16.4.0 [skip ci]
Browse files Browse the repository at this point in the history
# [16.4.0](v16.3.4...v16.4.0) (2023-12-29)

### Bug Fixes

* credentials store cachedOptions access ([027c93c](027c93c))
* put default params for credentialsStore publishOptions ([05766b1](05766b1))

### Features

* support publish options for credentials store ([808de77](808de77))
  • Loading branch information
semantic-release-bot committed Dec 29, 2023
1 parent 027c93c commit 15c0d44
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [16.4.0](https://github.com/makeomatic/ms-users/compare/v16.3.4...v16.4.0) (2023-12-29)


### Bug Fixes

* credentials store cachedOptions access ([027c93c](https://github.com/makeomatic/ms-users/commit/027c93ceef033735ba1ae8724701b8536d3c9d2f))
* put default params for credentialsStore publishOptions ([05766b1](https://github.com/makeomatic/ms-users/commit/05766b1f6538c29a188b2736fd3a461961a4eb1a))


### Features

* support publish options for credentials store ([808de77](https://github.com/makeomatic/ms-users/commit/808de77988b73db41d64db9e4a55bb2a159c4ab9))

## [16.3.4](https://github.com/makeomatic/ms-users/compare/v16.3.3...v16.3.4) (2023-12-28)


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.4",
"version": "16.4.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 15c0d44

Please sign in to comment.