diff --git a/CHANGELOG.md b/CHANGELOG.md index fc6e0d4078e..f852c758419 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,9 @@ -## 1.124.3 (2023-05-16) +## 1.124.4 (2023-05-16) + + +### Bug Fixes + +* word-wrap in doc ([#6923](https://github.com/EddieHubCommunity/LinkFree/issues/6923)) ([51ef805](https://github.com/EddieHubCommunity/LinkFree/commit/51ef80501f86c26922304d0aae6bc02528ab91f5)) diff --git a/config/app.json b/config/app.json index bb19a03817b..c3e233c66e3 100644 --- a/config/app.json +++ b/config/app.json @@ -1,3 +1,3 @@ { - "version": "1.124.3" + "version": "1.124.4" } \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 786e06a1306..31940f1b7a4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "linkfree", - "version": "1.124.3", + "version": "1.124.4", "lockfileVersion": 3, "requires": true, "packages": { diff --git a/package.json b/package.json index aca0f75322d..2d036eb357f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "linkfree", - "version": "1.124.3", + "version": "1.124.4", "private": false, "homepage": "https://linkfree.io", "engines": {