Skip to content

Commit

Permalink
Merge pull request #52 from boldare/chore/publish-v1.0.1
Browse files Browse the repository at this point in the history
chore: publish v1.0.1
  • Loading branch information
sebastianmusial committed Mar 29, 2024
2 parents 30593b6 + 7892c45 commit 65d0afb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apps/api/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ async function bootstrap() {
const globalPrefix = 'api';
const config = new DocumentBuilder()
.setTitle('@boldare/openai-assistant')
.setVersion('1.0.0')
.setVersion('1.0.1')
.build();
const document = SwaggerModule.createDocument(app, config);

Expand Down
2 changes: 1 addition & 1 deletion libs/openai-assistant/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@boldare/openai-assistant",
"description": "NestJS library for building chatbot solutions based on the OpenAI Assistant API",
"version": "1.0.0",
"version": "1.0.1",
"private": false,
"dependencies": {
"tslib": "^2.3.0",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@boldare/source",
"version": "1.0.0",
"version": "1.0.1",
"license": "MIT",
"scripts": {
"start": "node dist/apps/api/main.js",
Expand Down

0 comments on commit 65d0afb

Please sign in to comment.