diff --git a/CHANGELOG.md b/CHANGELOG.md index 26174ce..1d13a53 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## :tada: 0.4.7 (2024-06-24) + + +### :bug: Bug Fixes + +* **custom:** fix offical setting bug ([48fed10](https://github.com/Kuingsmile/word-GPT-Plus/commit/48fed10)) + + + ## :tada: 0.4.6 (2024-06-22) diff --git a/package.json b/package.json index 0428c8d..073f322 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "word-gpt-plus", - "version": "0.4.6", + "version": "0.4.7", "private": true, "scripts": { "dev": "vue-cli-service serve --port 3000",