Skip to content

Commit

Permalink
Merge pull request #7 from SchnapsterDog/develop
Browse files Browse the repository at this point in the history
Merging Develop into Master
  • Loading branch information
SchnapsterDog authored Mar 17, 2023
2 parents 984bf4c + 102fcb2 commit 9fb8859
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 5 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,24 @@
# Changelog


## v0.1.7


### 🚀 Enhancements

- Added Changelog.md file (cd473d5)
- Added defu packages (94f3852)

### 🩹 Fixes

- Do not expose api key to client (0f9cb2c)
- Use native `$fetch` json behaviour (d68abfb)

### ❤️ Contributors

- SchnapsterDog <[email protected]>
- Danielroe <[email protected]>

## v0.1.6


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": "nuxt-chatgpt",
"version": "0.1.6",
"version": "0.1.7",
"description": "ChatGPT integration for Nuxt 3",
"license": "MIT",
"type": "module",
Expand Down
4 changes: 0 additions & 4 deletions src/runtime/types/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
export interface IHeaders {
[key: string]: string;
}

export interface IChatgptClient {
send ( IMessage ) : Promise
}
Expand Down

0 comments on commit 9fb8859

Please sign in to comment.