2
0

🔖 Release v2.8.12

This commit is contained in:
Baptiste Arnaud
2022-12-28 10:11:24 +01:00
parent 853ea79f6b
commit 5b061280dd
3 changed files with 14 additions and 2 deletions

View File

@ -1,5 +1,17 @@
# Changelog # Changelog
<a name="2.8.12"></a>
## 2.8.12 (2022-12-28)
### Changed
- 🔧 (scripts) Add typebot fix script [[ad72557](https://github.com/baptisteArno/typebot.io/commit/ad725573108daa82d4558926d2623f2ab901b598)]
### Fixed
- 🚑 (condition) Fix crash when adding condition block [[853ea79](https://github.com/baptisteArno/typebot.io/commit/853ea79f6bba897a1e9c216265525977440969b9)]
<a name="2.8.11"></a> <a name="2.8.11"></a>
## 2.8.11 (2022-12-25) ## 2.8.11 (2022-12-25)

View File

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

View File

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