Skip to content

Commit

Permalink
🎉 Release: v0.4.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Kuingsmile committed Jul 16, 2024
1 parent 4f0a42b commit 4d89873
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
## :tada: 0.4.8 (2024-07-16)


### :sparkles: Features

* **custom:** add groq support ([23e16d8](https://github.com/Kuingsmile/word-GPT-Plus/commit/23e16d8)), closes [#64](https://github.com/Kuingsmile/word-GPT-Plus/issues/64)


### :bug: Bug Fixes

* **custom:** fix a bug system and home prompt not saved ([638ced4](https://github.com/Kuingsmile/word-GPT-Plus/commit/638ced4))


### :pencil: Documentation

* **custom:** add Groq API key application link to README files ([37a2695](https://github.com/Kuingsmile/word-GPT-Plus/commit/37a2695))


### :package: Chore

* **custom:** remove endofline in prettierrc ([7d73f68](https://github.com/Kuingsmile/word-GPT-Plus/commit/7d73f68))



## :tada: 0.4.7 (2024-06-24)


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": "word-gpt-plus",
"version": "0.4.7",
"version": "0.4.8",
"private": true,
"scripts": {
"dev": "vue-cli-service serve --port 3000",
Expand Down

0 comments on commit 4d89873

Please sign in to comment.