build: bump widget version

This commit is contained in:
Mohamed Marrouchi
2024-10-28 15:58:19 +01:00
parent 94afdd6c41
commit 78de64ab49
2 changed files with 7 additions and 225 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "hexabot-chat-widget",
"version": "2.0.0",
"version": "2.0.1",
"description": "Hexabot is a solution for creating and managing chatbots across multiple channels, leveraging AI for advanced conversational capabilities. It provides a user-friendly interface for building, training, and deploying chatbots with integrated support for various messaging platforms.",
"author": "Hexastack",
"license": "AGPL-3.0-only",
@@ -14,7 +14,8 @@
"lint:fix": "eslint . --ext ts,tsx --fix",
"preview": "vite preview",
"serve": "npx http-server ./dist/",
"typecheck": "tsc --noEmit"
"typecheck": "tsc --noEmit",
"release": "npm run build && npm version patch && npm publish"
},
"dependencies": {
"@types/emoji-js": "^3.5.2",