diff --git a/packages/survey-creator-core/CHANGELOG.md b/packages/survey-creator-core/CHANGELOG.md index 0426efb29d..ce4452f4e1 100644 --- a/packages/survey-creator-core/CHANGELOG.md +++ b/packages/survey-creator-core/CHANGELOG.md @@ -2,6 +2,8 @@ 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. +## [2.0.0-rc.5](https://github.com/surveyjs/survey-creator/compare/v2.0.0-rc.4...v2.0.0-rc.5) (2025-02-20) + ## [2.0.0-rc.4](https://github.com/surveyjs/survey-creator/compare/v2.0.0-rc.3...v2.0.0-rc.4) (2025-02-13) ## [2.0.0-rc.3](https://github.com/surveyjs/survey-creator/compare/v2.0.0-rc.2...v2.0.0-rc.3) (2025-02-12) diff --git a/packages/survey-creator-core/package.json b/packages/survey-creator-core/package.json index 5150d284f0..c3bd48e2b8 100644 --- a/packages/survey-creator-core/package.json +++ b/packages/survey-creator-core/package.json @@ -1,5 +1,5 @@ { - "version": "2.0.0-rc.4", + "version": "2.0.0-rc.5", "name": "survey-creator-core", "homepage": "https://surveyjs.io/Overview/Survey-Creator", "license": "SEE LICENSE IN LICENSE",