From beb38b320f6cee9fc11f39361853a1fc0ede9cba Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 25 Apr 2022 22:49:47 +0200 Subject: [PATCH] chore(master): release 0.8.1 (#29) 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 834e4a8..3a05adc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +### [0.8.1](https://github.com/schummar/schummar-table/compare/v0.8.0...v0.8.1) (2022-04-25) + + +### Bug Fixes + +* footer padding ([c82ba73](https://github.com/schummar/schummar-table/commit/c82ba736a663a2ab620e677415482a88374e1111)) + ## [0.8.0](https://github.com/schummar/schummar-table/compare/v0.7.1...v0.8.0) (2022-04-25) diff --git a/package-lock.json b/package-lock.json index a4fa96c..3571e4c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "schummar-table", - "version": "0.8.0", + "version": "0.8.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "schummar-table", - "version": "0.8.0", + "version": "0.8.1", "license": "ISC", "workspaces": [ "example", diff --git a/package.json b/package.json index 2f230ca..52ba62d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "schummar-table", "repository": "schummar/schummar-table", - "version": "0.8.0", + "version": "0.8.1", "description": "", "type": "module", "sideEffects": false,