Skip to content
This repository was archived by the owner on Sep 3, 2024. It is now read-only.

Commit 484bf5a

Browse files
JP-Artsolalpe
andauthored
Twcd 2 upload panel features and bugs (#148)
* update version number, document latest release Co-authored-by: alpe <alpe@Ubuntu.myguest.virtualbox.org>
1 parent 4675602 commit 484bf5a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

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,6 +1,6 @@
11
{
22
"name": "teneo-web-chat",
3-
"version": "3.7.8",
3+
"version": "3.7.9",
44
"description": "Teneo Web Chat widget that can be embedded in websites.",
55
"scripts": {
66
"analyze": "NODE_ENV=production webpack --config webpack.prod.js --profile --json > stats-prod.json && webpack-bundle-analyzer stats-prod.json dist/",

src/utils/constants.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export const SESSION_ID_STORAGE_KEY = 'teneo-web-chat-session-id';
1010
export const FALLBACK_LOCALE = 'en-US';
1111

1212
// api version
13-
export const API_VERSION = "3.7.8";
13+
export const API_VERSION = "3.7.9";
1414

1515
// state object keys
1616
export const API_KEY_VISIBILITY = "visibility";

0 commit comments

Comments
 (0)