diff --git a/CHANGELOG.md b/CHANGELOG.md index aedcaffdf84..20af69feefe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# [0.39.0-rc.40](https://github.com/SAP/fundamental-ngx/compare/v0.39.0-rc.39...v0.39.0-rc.40) (2023-02-15) + + +### Bug Fixes + +* **platform:** table drag and drop bugs ([#9351](https://github.com/SAP/fundamental-ngx/issues/9351)) ([5a77b7b](https://github.com/SAP/fundamental-ngx/commit/5a77b7b7cc688d117b3b1077fff16f2da917b994)) + + + # [0.39.0-rc.39](https://github.com/SAP/fundamental-ngx/compare/v0.39.0-rc.38...v0.39.0-rc.39) (2023-02-15) diff --git a/package.json b/package.json index 5eb0e19f2ca..48d20145d2a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fundamental-ngx", - "version": "0.39.0-rc.39", + "version": "0.39.0-rc.40", "license": "Apache-2.0", "main": "dist/libs/core/index.js", "description": "Fundamental Library for Angular is a themable Fiori Angular component library.",