diff --git a/CHANGELOG.md b/CHANGELOG.md index c93f506..9683c93 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +### [0.4.2](https://www.github.com/schummar/schummar-table/compare/v0.4.1...v0.4.2) (2022-02-01) + + +### Bug Fixes + +* show sort index only if needed ([4815059](https://www.github.com/schummar/schummar-table/commit/481505903e6a830c79fbcdcbc2943cee4250ac38)) + ### [0.4.1](https://www.github.com/schummar/schummar-table/compare/v0.4.0...v0.4.1) (2022-02-01) diff --git a/package-lock.json b/package-lock.json index 28fd232..b7e59ac 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "schummar-table", - "version": "0.4.1", + "version": "0.4.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "schummar-table", - "version": "0.4.1", + "version": "0.4.2", "license": "ISC", "workspaces": [ "example" diff --git a/package.json b/package.json index a9e259c..e310341 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "schummar-table", "repository": "schummar/schummar-table", - "version": "0.4.1", + "version": "0.4.2", "description": "", "type": "module", "sideEffects": false,