Merge branch 'hotfix/2.13.1' into develop

This commit is contained in:
Vishnu Narayanan
2023-02-03 18:47:57 +05:30
3 changed files with 2 additions and 3 deletions

View File

@@ -11,7 +11,6 @@ storage
public/system
tmp
.codeclimate.yml
public/assets
public/packs
node_modules
vendor/bundle

View File

@@ -1,5 +1,5 @@
shared: &shared
version: '2.13.0'
version: '2.13.1'
development:
<<: *shared

View File

@@ -1,6 +1,6 @@
{
"name": "@chatwoot/chatwoot",
"version": "2.13.0",
"version": "2.13.1",
"license": "MIT",
"scripts": {
"eslint": "eslint app/**/*.{js,vue}",