diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d2d49d..bb5bb63 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [7.0.0](https://github.com/rars/ng2csv/compare/v6.0.0...v7.0.0) (2025-07-02) + + +### Features + +* update to Angular 20 ([9e9e3b8](https://github.com/rars/ng2csv/commit/9e9e3b8337198aca3f831d40085d00eb90302dcb)) + ## [6.0.0](https://github.com/rars/ng2csv/compare/v5.0.0...v6.0.0) (2024-12-06) diff --git a/package-lock.json b/package-lock.json index 6cd4b7d..680c54b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ng2csv", - "version": "6.0.0", + "version": "7.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "ng2csv", - "version": "6.0.0", + "version": "7.0.0", "dependencies": { "@angular/animations": "^20.0.6", "@angular/common": "^20.0.6", diff --git a/package.json b/package.json index 5866848..fd09bd9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ng2csv", - "version": "6.0.0", + "version": "7.0.0", "scripts": { "ng": "ng", "start": "ng serve", diff --git a/projects/ng2csv/package.json b/projects/ng2csv/package.json index ae70dae..1bd7cda 100644 --- a/projects/ng2csv/package.json +++ b/projects/ng2csv/package.json @@ -1,6 +1,6 @@ { "name": "ng2csv", - "version": "6.0.0", + "version": "7.0.0", "dependencies": { "tslib": "^2.0.0" },