Skip to content

Commit 3d136c3

Browse files
author
Gabriele Panico
committed
version added: ### 5.1.11
1 parent ed5872c commit 3d136c3

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
### **Copyrigth**:
77
*Tiledesk SRL*
88

9+
# 5.1.11
10+
- **bug-fixed**: departmentId and departmentName is incorrect in attributes
11+
912
# 5.1.10
1013
- **changed**: Force authentication if ageChangeVisibilityDesktop or PageChangeVisibilityMobile is OPEN
1114

deploy_prod.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ echo "CREATING TAG ON GIT FOR version: $version"
88
current_branch=$(git rev-parse --abbrev-ref HEAD)
99
remote_name=$(git config --get branch.$current_branch.remote)
1010

11+
# Update dependencies
12+
npm i
13+
1114
## Push commit to git
1215
git add .
1316
git commit -m "version added: ### $version"

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@chat21/chat21-web-widget",
33
"author": "Tiledesk SRL",
4-
"version": "5.1.10",
4+
"version": "5.1.11",
55
"license": "MIT",
66
"homepage": "https://www.tiledesk.com",
77
"repository": {

0 commit comments

Comments
 (0)