diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e48023..e017022 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [5.19.1](https://github.com/rsuite/rsuite-table/compare/5.19.0...5.19.1) (2024-08-24) + + +### Bug Fixes + +* add `has-row-span` class to the table when the `rowSpan` is set ([#500](https://github.com/rsuite/rsuite-table/issues/500)) ([b2b601d](https://github.com/rsuite/rsuite-table/commit/b2b601d272668a6ebcb43114c3c0431fe9d61093)) + + + # [5.19.0](https://github.com/rsuite/rsuite-table/compare/5.18.3...5.19.0) (2024-08-22) diff --git a/package.json b/package.json index 056698a..491b8c5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rsuite-table", - "version": "5.19.0", + "version": "5.19.1", "description": "A React table component", "main": "lib/index.js", "typings": "lib/index.d.ts",