diff --git a/CHANGELOG.md b/CHANGELOG.md index aed396794..1b0dad732 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ # Change Log All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [6.0.0](https://github.com/ghiscoding/angular-slickgrid/compare/v5.6.4...v6.0.0) (2023-05-29) + ## [5.6.4](https://github.com/ghiscoding/angular-slickgrid/compare/v5.6.3...v5.6.4) (2023-05-20) diff --git a/package.json b/package.json index 975242267..619fb7467 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "angular-slickgrid", - "version": "5.6.4", + "version": "6.0.0", "description": "Slickgrid components made available in Angular", "keywords": [ "angular", @@ -135,4 +135,4 @@ "resolutions": { "caniuse-lite": "1.0.30001489" } -} \ No newline at end of file +}