diff --git a/CHANGELOG.md b/CHANGELOG.md index 10cbb84..4751b26 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 6.8.1 + +#### Fixes & Optimizations + +* Updated eslint and code formatting + ## 6.7.5 #### Fixes & Optimizations diff --git a/package.json b/package.json index 9f41e7a..bb0dea7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-table", - "version": "6.8.0", + "version": "6.8.1", "description": "A fast, lightweight, opinionated table and datagrid built on React", "license": "MIT", "homepage": "https://github.com/react-tools/react-table#readme",