From 8673df95098583d20bb1fb69b59c5b56e0e56a0d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 21 Jun 2022 17:35:05 +0200 Subject: [PATCH] chore(master): release 0.10.2 (#40) 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 2e669e9..a227766 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.10.2](https://github.com/schummar/schummar-table/compare/v0.10.1...v0.10.2) (2022-06-21) + + +### Bug Fixes + +* justify first header cell's border right ([37de9f8](https://github.com/schummar/schummar-table/commit/37de9f8780da45592feda9157cd621a08a88eda1)) + ## [0.10.1](https://github.com/schummar/schummar-table/compare/v0.10.0...v0.10.1) (2022-06-02) diff --git a/package-lock.json b/package-lock.json index 4873ca1..89a8b7f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "schummar-table", - "version": "0.10.1", + "version": "0.10.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "schummar-table", - "version": "0.10.1", + "version": "0.10.2", "license": "ISC", "workspaces": [ "example", diff --git a/package.json b/package.json index 03ca9f9..6810612 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "schummar-table", "repository": "schummar/schummar-table", - "version": "0.10.1", + "version": "0.10.2", "description": "", "type": "module", "sideEffects": false,