Skip to content

Commit

Permalink
Merge branch 'release/3.3.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
sojan-official committed Nov 18, 2023
2 parents bda2d1d + 4244945 commit dcd1807
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/javascript/dashboard/mixins/aiMixin.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export default {
aiIntegration() {
return this.appIntegrations.find(
integration => integration.id === 'openai' && !!integration.hooks.length
).hooks[0];
)?.hooks[0];
},
isAIIntegrationEnabled() {
return !!this.aiIntegration;
Expand Down
2 changes: 1 addition & 1 deletion config/app.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
shared: &shared
version: '3.3.0'
version: '3.3.1'

development:
<<: *shared
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": "@chatwoot/chatwoot",
"version": "3.3.0",
"version": "3.3.1",
"license": "MIT",
"scripts": {
"eslint": "eslint app/**/*.{js,vue}",
Expand Down

0 comments on commit dcd1807

Please sign in to comment.