From 2c18723323130141da0abba3dd6e756d6f943e68 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 7 Mar 2022 22:22:09 +0100 Subject: [PATCH] chore(master): release 0.5.0 (#14) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 11 +++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 14 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9683c93..c831a0e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [0.5.0](https://github.com/schummar/schummar-table/compare/v0.4.2...v0.5.0) (2022-03-07) + + +### Features + +* date filter ([186cc5a](https://github.com/schummar/schummar-table/commit/186cc5a972d63a661d0356e70bd8475a9efa125d)) +* move columns ([186cc5a](https://github.com/schummar/schummar-table/commit/186cc5a972d63a661d0356e70bd8475a9efa125d)) +* overhaulted filter api ([186cc5a](https://github.com/schummar/schummar-table/commit/186cc5a972d63a661d0356e70bd8475a9efa125d)) +* resize columns ([186cc5a](https://github.com/schummar/schummar-table/commit/186cc5a972d63a661d0356e70bd8475a9efa125d)) +* theming ([186cc5a](https://github.com/schummar/schummar-table/commit/186cc5a972d63a661d0356e70bd8475a9efa125d)) + ### [0.4.2](https://www.github.com/schummar/schummar-table/compare/v0.4.1...v0.4.2) (2022-02-01) diff --git a/package-lock.json b/package-lock.json index 3735531..8886ec3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "schummar-table", - "version": "0.4.2", + "version": "0.5.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "schummar-table", - "version": "0.4.2", + "version": "0.5.0", "license": "ISC", "workspaces": [ "example", diff --git a/package.json b/package.json index 5a11012..ea596e7 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "schummar-table", "repository": "schummar/schummar-table", - "version": "0.4.2", + "version": "0.5.0", "description": "", "type": "module", "sideEffects": false,