From 3f7a2eeb753142b839e42ba63c3b73fd3203c685 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 1 Feb 2022 23:11:11 +0100 Subject: [PATCH] chore: release 0.4.2 (#12) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) 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,