diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..a911562 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,58 @@ + + +## [1.1.0](https://github.com/Lutra-Fs/Flowease/compare/1.0.0...1.1.0) (2022-11-25) + +### Chore + +* rename to 'Flowease' +* **deps:** update nodejs in docker to 18.12.1 +* **ignore:** ignore config.json + +### Docs + +* **readme:** add readme + +### Feat + +* **core:** add status support +* **extractor:** add url support +* **lyric:** add lyric as command + +### Fix + +* **extractor:** fix a issue that prevent query be extracted correctly + +### Refactor + +* **config:** change some file location + + + +## [1.0.0](https://github.com/Lutra-Fs/Flowease/compare/0.0.1A...1.0.0) (2022-11-24) + +### Chore + +* **ci:** delete failed and useless ci +* **deps:** update packages, resolve deps issue +* **deps:** turn dependabot target to develop +* **deps:** update package.json and package-lock.json + +### Feat + +* **deploy:** add deploy command as server-side function +* **extractor:** add playlist support. add word match function +* **play:** add song id support for bot. + +### Fix + +* change for discord v14 breaking change +* **commands:** fix the undefined error for voices + +### Refactor + +* **commands:** refactor the commands file to use SlashCommandBuilder + + + +## 0.0.1A (2021-06-11) +