From 6cf71bee4f9d261132fcf97ab4576419d62e6edd Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 2 Jun 2022 05:58:10 +0000 Subject: [PATCH] chore(release): 1.1.0 [skip ci] # [1.1.0](https://github.com/revolt-io/revolt.io/compare/v1.0.11...v1.1.0) (2022-06-02) ### Bug Fixes * Add missing default options ([ea96687](https://github.com/revolt-io/revolt.io/commit/ea9668770c786dcea0e0e6a84e82c7964bc40e6f)) * Remove useless generic type ([e3cc47c](https://github.com/revolt-io/revolt.io/commit/e3cc47cbed5388f642d2bf3cffb19d574f0c1815)) * Use deepMerge helper from deno std ([b6bc6d4](https://github.com/revolt-io/revolt.io/commit/b6bc6d430270007616533efc56867c31f51a80b2)) ### Features * Add embeds to message options ([342ba50](https://github.com/revolt-io/revolt.io/commit/342ba5026ad4566e98e115ebdacd83ab54f231a6)) * Add MessageEmbed structure ([9111d68](https://github.com/revolt-io/revolt.io/commit/9111d68b6b3a3c5e5be0310d8a57f0f0dc192c3b)) * **Client:** Add fetchMembers & reconnect option ([47e2e44](https://github.com/revolt-io/revolt.io/commit/47e2e445754c0dab91fdec1a05caef2e782a4ea0)) * Emit server creates ([0601b85](https://github.com/revolt-io/revolt.io/commit/0601b85bf3eed39c3b22b5ea81c39625c560884b)) --- CHANGELOG.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a15591..f388c2c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,20 @@ +# [1.1.0](https://github.com/revolt-io/revolt.io/compare/v1.0.11...v1.1.0) (2022-06-02) + + +### Bug Fixes + +* Add missing default options ([ea96687](https://github.com/revolt-io/revolt.io/commit/ea9668770c786dcea0e0e6a84e82c7964bc40e6f)) +* Remove useless generic type ([e3cc47c](https://github.com/revolt-io/revolt.io/commit/e3cc47cbed5388f642d2bf3cffb19d574f0c1815)) +* Use deepMerge helper from deno std ([b6bc6d4](https://github.com/revolt-io/revolt.io/commit/b6bc6d430270007616533efc56867c31f51a80b2)) + + +### Features + +* Add embeds to message options ([342ba50](https://github.com/revolt-io/revolt.io/commit/342ba5026ad4566e98e115ebdacd83ab54f231a6)) +* Add MessageEmbed structure ([9111d68](https://github.com/revolt-io/revolt.io/commit/9111d68b6b3a3c5e5be0310d8a57f0f0dc192c3b)) +* **Client:** Add fetchMembers & reconnect option ([47e2e44](https://github.com/revolt-io/revolt.io/commit/47e2e445754c0dab91fdec1a05caef2e782a4ea0)) +* Emit server creates ([0601b85](https://github.com/revolt-io/revolt.io/commit/0601b85bf3eed39c3b22b5ea81c39625c560884b)) + ## [1.0.11](https://github.com/revolt-io/revolt.io/compare/v1.0.10...v1.0.11) (2022-05-31)