diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d5c29d..bed10ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## :tada: 0.3.4 (2024-03-03) + + +### :sparkles: Features + +* **custom:** add grammar button and functionality ([7ba38ca](https://github.com/Kuingsmile/word-GPT-Plus/commit/7ba38ca)), closes [#47](https://github.com/Kuingsmile/word-GPT-Plus/issues/47) + + + ## :tada: 0.3.1 (2024-01-15) diff --git a/package.json b/package.json index b39dcc2..54bb671 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "word-gpt-plus", - "version": "0.3.3", + "version": "0.3.4", "private": true, "scripts": { "dev": "vue-cli-service serve --port 3000",