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

Commit

Permalink
Twcd 2 upload panel features and bugs (#148)
Browse files Browse the repository at this point in the history
* update version number, document latest release


Co-authored-by: alpe <[email protected]>
  • Loading branch information
JP-Artsol and alpe authored Oct 6, 2023
1 parent 4675602 commit 484bf5a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "teneo-web-chat",
"version": "3.7.8",
"version": "3.7.9",
"description": "Teneo Web Chat widget that can be embedded in websites.",
"scripts": {
"analyze": "NODE_ENV=production webpack --config webpack.prod.js --profile --json > stats-prod.json && webpack-bundle-analyzer stats-prod.json dist/",
Expand Down
2 changes: 1 addition & 1 deletion src/utils/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export const SESSION_ID_STORAGE_KEY = 'teneo-web-chat-session-id';
export const FALLBACK_LOCALE = 'en-US';

// api version
export const API_VERSION = "3.7.8";
export const API_VERSION = "3.7.9";

// state object keys
export const API_KEY_VISIBILITY = "visibility";
Expand Down

0 comments on commit 484bf5a

Please sign in to comment.