We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 093f374 commit 08f5ac0Copy full SHA for 08f5ac0
CHANGELOG.md
@@ -6,9 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
7
## Unreleased
8
9
+## [5.4.1] - 2023-04-13
10
+
11
### Fixed
12
- Duplicate topics appearing in topic selector.
-- Order of topics in topic selector noq correctly showing more popular ones at the top
13
+- Order of topics in topic selector now correctly showing more popular ones at the top
14
+- Get Hylo working in iframes in Safari (requires using Storage Access API)
15
16
## [5.4.0] - 2023-03-15
17
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "hylo-evo",
3
"description": "Hylo Frontend",
4
- "version": "5.4.0",
+ "version": "5.4.1",
5
"private": true,
"engines": {
"node": "16.13.2",
0 commit comments