From 84cdf4e9349a8b1041464d0fe232bc234b7c16d0 Mon Sep 17 00:00:00 2001 From: Baptiste Arnaud Date: Wed, 29 Mar 2023 08:15:29 +0200 Subject: [PATCH] :bookmark: Release v2.11.9 --- CHANGELOG.md | 21 +++++++++++++++++++++ package.json | 2 +- 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a31dc4d98..3327a10c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,26 @@ # Changelog + +## 2.11.9 (2023-03-29) + +### Added + +- ✨ (theme) Add theme templates [[38ed575](https://github.com/baptisteArno/typebot.io/commit/38ed5758fe9e50804f75e15bc389a0cb89b248f1)] + +### Changed + +- 💄 Fix misc UI issues [[f13d7a1](https://github.com/baptisteArno/typebot.io/commit/f13d7a1a5ae1e5df1e11fc6d37b94948e5c655cf)] + +### Fixed + +- 🐛 (auth) Fix invalid redirects to internal url [[4986ec7](https://github.com/baptisteArno/typebot.io/commit/4986ec79f5f9714fc89f753779f17396a719334a)] + +### Miscellaneous + +- 🩹 (theme) Remove default opened accordion in Theme [[14d7ebd](https://github.com/baptisteArno/typebot.io/commit/14d7ebd58c3772da4706e02a73f5235b66fb6cd4)] +- 📝 (api) Better theme template api section title [[94aadc8](https://github.com/baptisteArno/typebot.io/commit/94aadc83619499334f0e7124b23e93ff08be1e03)] + + ## 2.11.8 (2023-03-28) diff --git a/package.json b/package.json index 4fe9dd59c..43d408cb1 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "2.11.8", + "version": "2.11.9", "name": "typebot-os", "private": true, "license": "AGPL-3.0-or-later",