diff --git a/CHANGELOG.md b/CHANGELOG.md index 53da8e3132e..4aa3033213d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,9 @@ -## 1.114.10 (2023-04-27) +## 1.114.11 (2023-04-27) + + +### Bug Fixes + +* unstable prefix from getServerSession ([#6175](https://github.com/EddieHubCommunity/LinkFree/issues/6175)) ([5d58210](https://github.com/EddieHubCommunity/LinkFree/commit/5d58210b3f3d6941cf54441ae441479ff33a7e2b)) diff --git a/config/app.json b/config/app.json index 6b642a32383..aff1409f1fb 100644 --- a/config/app.json +++ b/config/app.json @@ -1,3 +1,3 @@ { - "version": "1.114.10" + "version": "1.114.11" } \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 8779a8b49a6..18d354b4a69 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "linkfree", - "version": "1.114.10", + "version": "1.114.11", "lockfileVersion": 3, "requires": true, "packages": { diff --git a/package.json b/package.json index 37a7aa521ee..0eadb35983e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "linkfree", - "version": "1.114.10", + "version": "1.114.11", "private": false, "homepage": "https://linkfree.io", "engines": {