From 15c0d446d97431dc12a3c036c9ddb9d8c337f841 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 29 Dec 2023 01:50:01 +0000 Subject: [PATCH] chore(release): 16.4.0 [skip ci] # [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)) --- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0bf69093..404a51a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index 19eef895..de49664a 100644 --- a/package.json +++ b/package.json @@ -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",