diff --git a/CHANGELOG.md b/CHANGELOG.md index a33516c8d6..719ab3c3e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ # 4.0.0-alpha.4 +- feat: add option for LOG_LEVEL (#803) +- fix: make users emails case-insensitive (#804) +- fix: update unleash-frontend +- fix: emailservice now just returns if email was configured +- fix: simplify isConfigured check +- fix: loading of emailtemplates + # 4.0.0-alpha.3 - fix: should allow revive toggles diff --git a/package.json b/package.json index c38e43f2a0..f89b5c3ee3 100644 --- a/package.json +++ b/package.json @@ -102,7 +102,7 @@ "prom-client": "^13.1.0", "response-time": "^2.3.2", "serve-favicon": "^2.5.0", - "unleash-frontend": "4.0.0-alpha.8", + "unleash-frontend": "4.0.0-alpha.9", "uuid": "^8.3.2", "yargs": "^16.0.3" }, diff --git a/yarn.lock b/yarn.lock index 5c94675887..cf6a387691 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6882,10 +6882,10 @@ universalify@^0.1.0: resolved "https://registry.npmjs.org/universalify/-/universalify-0.1.2.tgz" integrity sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg== -unleash-frontend@4.0.0-alpha.8: - version "4.0.0-alpha.8" - resolved "https://registry.yarnpkg.com/unleash-frontend/-/unleash-frontend-4.0.0-alpha.8.tgz#cae63de0bfc5c35979f7d8bba82190d50002e7a2" - integrity sha512-MKH7PNQZIccc6eaf1/hit+Enc/yA7iDebw+Gw5HXWLCwab30bJzq8scolu4b81d4IOX12XEvZUNKPufAPmAlXg== +unleash-frontend@4.0.0-alpha.9: + version "4.0.0-alpha.9" + resolved "https://registry.yarnpkg.com/unleash-frontend/-/unleash-frontend-4.0.0-alpha.9.tgz#d9ca58e7f4bb7c8c6c61a47d3a1833fa88fdeda6" + integrity sha512-9XMYNDDo/jYJEXrS7CAbILvwzFLXWlb9ofecuqKQaeoFZSA9UCVVD7lV6FsDvYBfRcNVGvV6vpdmrbxxR/5zgA== unpipe@1.0.0, unpipe@~1.0.0: version "1.0.0"