Updated changelog

This commit is contained in:
Kasra Bigdeli
2024-11-07 20:49:53 -08:00
parent ca9831399e
commit d38538fa1d
2 changed files with 5 additions and 2 deletions

View File

@@ -1,6 +1,9 @@
## [Next Version - available as `edge`] ## [Next Version - available as `edge`]
- N/A - Fixed crash on private registry without push auth [ca9831](https://github.com/caprover/caprover/commit/ca9831399e05de9144cfd1fb63c9f88790a4cad2)
- Fixed local timestamp issue [PR-169](https://github.com/caprover/caprover-frontend/pull/169)
- Fixed line wrap issue with Firefox [issue-2179](https://github.com/caprover/caprover/issues/2179)
- Fixed some translation issues
## [1.13.1] - 2024-10-19 ## [1.13.1] - 2024-10-19

View File

@@ -44,7 +44,7 @@ echo $IMAGE_NAME:$CAPROVER_VERSION
echo "**************************************" echo "**************************************"
echo "**************************************" echo "**************************************"
FRONTEND_COMMIT_HASH=cd916c53c4b15ec3f71863075dc4d2a729e2266e FRONTEND_COMMIT_HASH=df22c8f553f3a881764896ddc9dcbf55fdf68507
## Building frontend app ## Building frontend app
ORIG_DIR=$(pwd) ORIG_DIR=$(pwd)