From 25f1fba133a5eb0e335ba78e643eef55abeba2c4 Mon Sep 17 00:00:00 2001 From: Tanner Linsley Date: Thu, 2 Apr 2020 11:15:01 -0600 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f4af87f..b7594f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,11 @@ route: /changelog # React Table Changelog +## 7.0.3 + +- Fixed an issue where unnecessary documentation dependencies were added when installing the library +- Fixed an issue where the `scripts` directory was not added to the npm package on build + ## 7.0.2 - Fixed an issue where the internal flexRenderer would not work correctly in production due to the strangest friggin' minification bug I've ever encountered. 🤷‍♂️