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,