Skip to content

Commit

Permalink
🎉 Release: v0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Kuingsmile committed May 6, 2023
1 parent a262415 commit 08e3951
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
## :tada: 0.2.3 (2023-05-06)


### :bug: Bug Fixes

* **custom:** fix 404 bug after changing model ([a262415](https://github.com/Kuingsmile/word-GPT-Plus/commit/a262415))


### :pencil: Documentation

* **custom:** add requirements ([9d9fdc3](https://github.com/Kuingsmile/word-GPT-Plus/commit/9d9fdc3)), closes [#3](https://github.com/Kuingsmile/word-GPT-Plus/issues/3)
* **custom:** fix format error ([6ab3952](https://github.com/Kuingsmile/word-GPT-Plus/commit/6ab3952))
* **custom:** update account requirement ([f68486b](https://github.com/Kuingsmile/word-GPT-Plus/commit/f68486b))
* **custom:** update instruction for China users to install ([fe45629](https://github.com/Kuingsmile/word-GPT-Plus/commit/fe45629))


### :package: Chore

* **custom:** add issue template ([4ed5653](https://github.com/Kuingsmile/word-GPT-Plus/commit/4ed5653))



## :tada: 0.2.2 (2023-04-28)


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.2.2",
"version": "0.2.3",
"private": true,
"scripts": {
"serve": "vue-cli-service serve --port 3000",
Expand Down

0 comments on commit 08e3951

Please sign in to comment.