diff --git a/CHANGELOG.md b/CHANGELOG.md index 32ffa922..43a41e60 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# [100.0.0](https://github.com/dhis2/import-export-app/compare/v99.10.0...v100.0.0) (2024-02-28) + + +### Features + +* force trigger a release ([1951397](https://github.com/dhis2/import-export-app/commit/19513979f1558c9ccbdf9ea3e2a06d0766136120)) + + +### BREAKING CHANGES + +* bump to v100 for continuous release + # [99.10.0](https://github.com/dhis2/import-export-app/compare/v99.9.10...v99.10.0) (2024-02-28) diff --git a/package.json b/package.json index adaf2647..93113a6e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "import-export-app", - "version": "99.10.0", + "version": "100.0.0", "description": "", "license": "BSD-3-Clause", "private": true,