Skip to content

Commit

Permalink
Merge pull request #303 from n4ze3m/next
Browse files Browse the repository at this point in the history
Bump version to 1.11.3
  • Loading branch information
n4ze3m authored Oct 6, 2024
2 parents 62cdb3b + f0d4f9f commit 919a0c3
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 919a0c3

Please sign in to comment.