diff --git a/CHANGELOG.md b/CHANGELOG.md index b7594f8..2c0026f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ route: /changelog # React Table Changelog +## 7.0.4 + +- Fixed a regression where @scarf/scarf was somehow removed from the package dependencies + ## 7.0.3 - Fixed an issue where unnecessary documentation dependencies were added when installing the library diff --git a/package.json b/package.json index f968a5f..f0279ce 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-table", - "version": "7.0.3", + "version": "7.0.4", "description": "Hooks for building lightweight, fast and extendable datagrids for React", "license": "MIT", "homepage": "https://github.com/tannerlinsley/react-table#readme",