Skip to content

Commit 7d9dbf5

Browse files
bacaljclaude
andcommitted
chore: build and bump version to 0.2.14
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 4f2e3d8 commit 7d9dbf5

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

build/static/js/main.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/static/js/main.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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": "@snf/qa-bot-core",
3-
"version": "0.2.13",
3+
"version": "0.2.14",
44
"description": "A configurable chatbot setup for quick integration of RAG-powered Q&A and rating system",
55
"main": "./dist/qa-bot-core.umd.cjs",
66
"module": "./dist/qa-bot-core.js",

src/utils/logger.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
const DEBUG_KEY = 'QA_BOT_DEBUG';
1313

1414
// Library version - update this when releasing (see publishing.md)
15-
export const LIB_VERSION = '0.2.13';
15+
export const LIB_VERSION = '0.2.14';
1616

1717
function isDebugEnabled(): boolean {
1818
return typeof localStorage !== 'undefined' && localStorage.getItem(DEBUG_KEY) === 'true';

0 commit comments

Comments
 (0)