diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b517d5e8b..2a353e3b20 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # Changelog +# 4.0.2 + # 4.0.1 - fix: create config should allow all options params diff --git a/package.json b/package.json index b2bcb4397d..5b88e1f862 100644 --- a/package.json +++ b/package.json @@ -97,7 +97,7 @@ "prom-client": "^13.1.0", "response-time": "^2.3.2", "serve-favicon": "^2.5.0", - "unleash-frontend": "4.0.0", + "unleash-frontend": "4.0.1", "uuid": "^8.3.2" }, "devDependencies": { diff --git a/yarn.lock b/yarn.lock index 1ddd0d4fe9..baafcfc133 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6604,10 +6604,10 @@ universalify@^0.1.0: resolved "https://registry.yarnpkg.com/universalify/-/universalify-0.1.2.tgz#b646f69be3942dabcecc9d6639c80dc105efaa66" integrity sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg== -unleash-frontend@4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/unleash-frontend/-/unleash-frontend-4.0.0.tgz#14c51c2bffe7987b2124e57d8acbc96c9cf15fef" - integrity sha512-jmvIVBjb8hmKvu2aOP7WJDSfCN+Q1BkFUMmY15kCEF56InCmDoOESQEnwUDYPa1a/uDvBd4YT3H0aZW5iEGtPg== +unleash-frontend@4.0.1: + version "4.0.1" + resolved "https://registry.yarnpkg.com/unleash-frontend/-/unleash-frontend-4.0.1.tgz#e982ca7b9ec5efe47236db42175dbd5940b5c186" + integrity sha512-0zmRKAuEt/dxVVkQRlIvychFLXwBIkcQWux3XS4viFQY0D7Ibn0W65D2PAOaZfqJrE2MBZdmni2Tlx3Ai0qhnQ== unpipe@1.0.0, unpipe@~1.0.0: version "1.0.0"