Skip to content

Commit

Permalink
Bump version to 1.11.3
Browse files Browse the repository at this point in the history
Remove internal search enabled flag.
This flag is no longer necessary and can be removed.
  • Loading branch information
n4ze3m committed Oct 6, 2024
1 parent 5193c58 commit f0d4f9f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion app/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "app",
"private": true,
"version": "1.11.2",
"version": "1.11.3",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dialoqbase",
"version": "1.11.2",
"version": "1.11.3",
"description": "Create chatbots with ease",
"scripts": {
"ui:dev": "pnpm run --filter ui dev",
Expand Down
4 changes: 0 additions & 4 deletions server/src/schema/api/v1/bot/bot/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -274,10 +274,6 @@ export const createBotAPISchema: FastifySchema = {
type: "boolean",
default: false,
},
internalSearchEnabled: {
type: "boolean",
default: false,
}
},
},
},
Expand Down

0 comments on commit f0d4f9f

Please sign in to comment.