Skip to content

Commit

Permalink
v0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
texodus committed Aug 29, 2023
1 parent 743f0d7 commit af47c79
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,16 @@
# Changelog

## [v0.6.1](https://github.com/finos/regular-table/tree/HEAD)

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

**Fixed bugs:**

- Fix autosize to use last merged column header [\#192](https://github.com/finos/regular-table/pull/192) ([texodus](https://github.com/texodus))

## [v0.6.0](https://github.com/finos/regular-table/tree/HEAD)

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

**Implemented enhancements:**

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "regular-table",
"version": "0.6.0",
"version": "0.6.1",
"description": "A regular `<table>`, for an async and virtual data model.",
"repository": {
"type": "git",
Expand Down

0 comments on commit af47c79

Please sign in to comment.