diff --git a/CHANGELOG.md b/CHANGELOG.md
index 44e8f0ba9..bbf8ac1f9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,10 +2,13 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
-A list of unreleased changes can be found [here](https://github.com/SAP/ui5-builder/compare/v3.0.0-rc.2...HEAD).
+A list of unreleased changes can be found [here](https://github.com/SAP/ui5-builder/compare/v3.0.0-rc.3...HEAD).
+
+
+## [v3.0.0-rc.3] - 2023-01-24
-## [v3.0.0-rc.2] - 2023-01-22
+## [v3.0.0-rc.2] - 2023-01-23
### Dependency Updates
- Bump rimraf from 3.0.2 to 4.1.1 ([#873](https://github.com/SAP/ui5-builder/issues/873)) [`ddb9660`](https://github.com/SAP/ui5-builder/commit/ddb96602fea5b96ba37afdebda0993d847462f52)
@@ -843,6 +846,7 @@ to load the custom bundle file instead.
- Add ability to configure component preloads and custom bundles [`2241e5f`](https://github.com/SAP/ui5-builder/commit/2241e5ff98fd95f1f80cc74959655ae7a9c660e7)
+[v3.0.0-rc.3]: https://github.com/SAP/ui5-builder/compare/v3.0.0-rc.2...v3.0.0-rc.3
[v3.0.0-rc.2]: https://github.com/SAP/ui5-builder/compare/v3.0.0-rc.1...v3.0.0-rc.2
[v3.0.0-rc.1]: https://github.com/SAP/ui5-builder/compare/v3.0.0-rc.0...v3.0.0-rc.1
[v3.0.0-rc.0]: https://github.com/SAP/ui5-builder/compare/v3.0.0-beta.6...v3.0.0-rc.0
diff --git a/package-lock.json b/package-lock.json
index 38f88d208..45b892f7a 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "@ui5/builder",
- "version": "3.0.0-rc.2",
+ "version": "3.0.0-rc.3",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@ui5/builder",
- "version": "3.0.0-rc.2",
+ "version": "3.0.0-rc.3",
"license": "Apache-2.0",
"dependencies": {
"@jridgewell/sourcemap-codec": "^1.4.14",
diff --git a/package.json b/package.json
index b124566f9..37877b8cd 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "@ui5/builder",
- "version": "3.0.0-rc.2",
+ "version": "3.0.0-rc.3",
"description": "UI5 Tooling - Builder",
"author": {
"name": "SAP SE",