Skip to content

Commit

Permalink
fix: package ci
Browse files Browse the repository at this point in the history
fix: changelog
  • Loading branch information
sd0xdev committed May 22, 2023
1 parent 6d2a0e3 commit 8552041
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.0.9] - 2023/05/22

### Fixed

- nest-openai-client readme

## [0.0.8] - 2023/05/22

### Fixed
Expand Down
16 changes: 15 additions & 1 deletion libs/nest-openai-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,27 @@
"type": "git",
"url": "https://github.com/sd0xdev/asgard-hub/tree/main/libs/nest-openai-client"
},
"version": "0.0.8",
"version": "0.0.9",
"license": "MIT",
"author": "sd0x <software.develop.0x@gmail.com>",
"description": "NestJS OpenAI Client",
"type": "commonjs",
"keywords": [
"nestjs",
"openai",
"openai-api",
"ai",
"gpt3",
"gpt-3",
"gpt-3.5",
"client"
],
"homepage": "https://github.com/sd0xdev/asgard-hub/tree/main/libs/nest-openai-client",
"main": "src/index.js",
"types": "src/index.d.ts",
"publishConfig": {
"access": "public"
},
"dependencies": {
"tslib": "^2.0.0"
}
Expand Down

0 comments on commit 8552041

Please sign in to comment.