Skip to content

Commit 7892c45

Browse files
chore: publish v1.0.1
1 parent 209abbb commit 7892c45

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

apps/api/src/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ async function bootstrap() {
99
const globalPrefix = 'api';
1010
const config = new DocumentBuilder()
1111
.setTitle('@boldare/openai-assistant')
12-
.setVersion('1.0.0')
12+
.setVersion('1.0.1')
1313
.build();
1414
const document = SwaggerModule.createDocument(app, config);
1515

libs/openai-assistant/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@boldare/openai-assistant",
33
"description": "NestJS library for building chatbot solutions based on the OpenAI Assistant API",
4-
"version": "1.0.0",
4+
"version": "1.0.1",
55
"private": false,
66
"dependencies": {
77
"tslib": "^2.3.0",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@boldare/source",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"license": "MIT",
55
"scripts": {
66
"start": "node dist/apps/api/main.js",

0 commit comments

Comments
 (0)