From fd4bf5a6b76f995673c4d9d1e691e80f42b48122 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 6 Jan 2023 04:30:38 +0000 Subject: [PATCH] chore(release): 1.20.0 [skip ci] # [1.20.0](https://github.com/revanced/revanced-discord-bot/compare/v1.19.1...v1.20.0) (2023-01-06) ### Bug Fixes * correctly find `slice_end` ([7e2db94](https://github.com/revanced/revanced-discord-bot/commit/7e2db945a0988209e3a48082693360ba27e27655)) ### Features * **misc:** embed code links ([6cc775a](https://github.com/revanced/revanced-discord-bot/commit/6cc775a2e404196e265467b02f1976f56debe233)) --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 183a809..8d0cfed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# [1.20.0](https://github.com/revanced/revanced-discord-bot/compare/v1.19.1...v1.20.0) (2023-01-06) + + +### Bug Fixes + +* correctly find `slice_end` ([7e2db94](https://github.com/revanced/revanced-discord-bot/commit/7e2db945a0988209e3a48082693360ba27e27655)) + + +### Features + +* **misc:** embed code links ([6cc775a](https://github.com/revanced/revanced-discord-bot/commit/6cc775a2e404196e265467b02f1976f56debe233)) + ## [1.19.1](https://github.com/revanced/revanced-discord-bot/compare/v1.19.0...v1.19.1) (2023-01-04)