2
0

🔖 Release v2.8.10

This commit is contained in:
Baptiste Arnaud
2022-12-18 21:14:24 +01:00
parent 6e5786cfc3
commit 2bc4a4c39a
3 changed files with 10 additions and 2 deletions

View File

@ -1,5 +1,13 @@
# Changelog
<a name="2.8.10"></a>
## 2.8.10 (2022-12-18)
### Fixed
- 🚑 (results) Fix results page crash [[6e5786c](https://github.com/baptisteArno/typebot.io/commit/6e5786cfc3ef9bd5e5a5e272c1ca636b6ba6b4f8)]
<a name="2.8.9"></a>
## 2.8.9 (2022-12-18)

View File

@ -143,7 +143,7 @@ export const WorkspaceSettingsModal = ({
<Flex justify="center" pt="10">
<Text color="gray.500" fontSize="xs">
Version: 2.8.9
Version: 2.8.10
</Text>
</Flex>
</Stack>

View File

@ -1,5 +1,5 @@
{
"version": "2.8.9",
"version": "2.8.10",
"name": "typebot-os",
"private": true,
"license": "AGPL-3.0-or-later",