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,