Skip to content

Commit 2a908c2

Browse files
committed
v0.6.5
1 parent f7209bf commit 2a908c2

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## [v0.6.5](https://github.com/finos/regular-table/tree/HEAD)
4+
5+
[Full Changelog](https://github.com/finos/regular-table/compare/v0.6.4...HEAD)
6+
7+
**Fixed bugs:**
8+
9+
- Allow last column to be sub-cell scrolled [\#223](https://github.com/finos/regular-table/pull/223) ([texodus](https://github.com/texodus))
10+
11+
312
## [v0.6.4](https://github.com/finos/regular-table/tree/HEAD)
413

514
[Full Changelog](https://github.com/finos/regular-table/compare/v0.6.3...HEAD)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "regular-table",
3-
"version": "0.6.4",
3+
"version": "0.6.5",
44
"description": "A regular `<table>`, for an async and virtual data model.",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)