From dd6c7017cd9233d3e1490d392c7181c84c781f29 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 25 Apr 2022 23:03:51 +0200 Subject: [PATCH] chore(master): release 0.8.2 (#30) 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 3a05adc..b62cfed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +### [0.8.2](https://github.com/schummar/schummar-table/compare/v0.8.1...v0.8.2) (2022-04-25) + + +### Bug Fixes + +* footer item values ([bbcb1d3](https://github.com/schummar/schummar-table/commit/bbcb1d3856a8d1b68f4d1130cd54d15e73b5e20b)) + ### [0.8.1](https://github.com/schummar/schummar-table/compare/v0.8.0...v0.8.1) (2022-04-25) diff --git a/package-lock.json b/package-lock.json index 3571e4c..d6acf1f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "schummar-table", - "version": "0.8.1", + "version": "0.8.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "schummar-table", - "version": "0.8.1", + "version": "0.8.2", "license": "ISC", "workspaces": [ "example", diff --git a/package.json b/package.json index 52ba62d..2c2b558 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "schummar-table", "repository": "schummar/schummar-table", - "version": "0.8.1", + "version": "0.8.2", "description": "", "type": "module", "sideEffects": false,