diff --git a/CHANGELOG.md b/CHANGELOG.md index 82060b80e..9fc8294b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [2.4.1](https://github.com/myriadsocial/myriad-web/compare/2.4.0...2.4.1) (2023-08-29) + + +### Bug Fixes + +* disable create post button when editor is empty or timeline not selected ([#1876](https://github.com/myriadsocial/myriad-web/issues/1876)) ([2409438](https://github.com/myriadsocial/myriad-web/commit/24094387f098dd3bccd37bdbd35d40c9c206fcf8)) +* extension support ([#1880](https://github.com/myriadsocial/myriad-web/issues/1880)) ([7c2bccc](https://github.com/myriadsocial/myriad-web/commit/7c2bccca6388a3068a31869469834ae5726969d2)) +* mobile bottom navbar not appearing ([#1867](https://github.com/myriadsocial/myriad-web/issues/1867)) ([d1cce12](https://github.com/myriadsocial/myriad-web/commit/d1cce121b80e7846ff056dfe46232579f0012f9e)) +* mobile video not uploading ([#1885](https://github.com/myriadsocial/myriad-web/issues/1885)) ([867ed19](https://github.com/myriadsocial/myriad-web/commit/867ed19150ac80ee03876d1e0c80139fd36fdc08)) +* redirect to home when logo is clicked ([#1865](https://github.com/myriadsocial/myriad-web/issues/1865)) ([ec5b702](https://github.com/myriadsocial/myriad-web/commit/ec5b702bd3d524739cffa713d651126b7e6fd4ab)) +* remove halo from profile header ([#1866](https://github.com/myriadsocial/myriad-web/issues/1866)) ([3c3ce19](https://github.com/myriadsocial/myriad-web/commit/3c3ce19c696f53e19dfd904754f82c44c3b3ce77)) + ## [2.4.0](https://github.com/myriadsocial/myriad-web/compare/2.3.3...2.4.0) (2023-06-15) diff --git a/package.json b/package.json index a1bfedf97..ba5ea1e51 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "myriad-web", - "version": "2.4.0", + "version": "2.4.1", "description": "myriad-web", "private": true, "license": "AGPL-3.0",