🔖 Release v2.8.12
This commit is contained in:
12
CHANGELOG.md
12
CHANGELOG.md
@ -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)
|
||||||
|
@ -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>
|
||||||
|
@ -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",
|
||||||
|
Reference in New Issue
Block a user