Skip to content

Commit af411ba

Browse files
bacaljclaude
andcommitted
chore: bump to v0.2.31
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 5d95785 commit af411ba

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.31-rc.1",
3+
"version": "0.2.31",
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.30';
15+
export const LIB_VERSION = '0.2.31';
1616

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

0 commit comments

Comments
 (0)