From 5f5778071cbb0c6b5c026d86d1af6dcb66f8bf07 Mon Sep 17 00:00:00 2001 From: Amaury Martiny Date: Sat, 4 Jul 2020 19:05:12 +0200 Subject: [PATCH] chore(release): 0.8.9 --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7df7e4cc6..cdc474875 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [0.8.9](https://github.com/amaurymartiny/check-if-email-exists/compare/v0.8.8...v0.8.9) (2020-07-04) + + +### Features + +* Make using Yahoo API optional ([#460](https://github.com/amaurymartiny/check-if-email-exists/issues/460)) ([1e42f0a](https://github.com/amaurymartiny/check-if-email-exists/commit/1e42f0abef27dcea9a467f677ef9a080a3cc0f18)) + ### [0.8.8](https://github.com/amaurymartiny/check-if-email-exists/compare/v0.8.7...v0.8.8) (2020-06-28)