From 452ba20ba3fc8357cfca383c25e4aca6cf8b0d68 Mon Sep 17 00:00:00 2001 From: Charlotte Vermandel Date: Mon, 1 Jun 2020 16:32:00 +0200 Subject: [PATCH] Add explaination in CHANGELOG --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0dd8d4b8e..f383f71f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ ## V0.10 (released) +- Fix bug where you could not import the CJS package from a ES6 node environment. #410 + +## V0.10 (released) + - Build is done 100% with rollup, tsc has been removed #318. Rollup has been updated #283 - Moved tests to own folder at root #283 - Error handled created with two new custom errors: `MeiliSearchApiError` `MeiliSearchTimeoutError` #283 & #311 & #318