diff --git a/CHANGELOG.md b/CHANGELOG.md index 20af69feefe..9cd890c07c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# [0.39.0-rc.41](https://github.com/SAP/fundamental-ngx/compare/v0.39.0-rc.40...v0.39.0-rc.41) (2023-02-15) + + +### Features + +* **core:** expose collapse overflow tab menu ([#9386](https://github.com/SAP/fundamental-ngx/issues/9386)) ([a31a701](https://github.com/SAP/fundamental-ngx/commit/a31a7018bb00cd2b0d3e57bc7e9538b304d38aa9)) + + + # [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) diff --git a/package.json b/package.json index 48d20145d2a..eb321f0b07b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fundamental-ngx", - "version": "0.39.0-rc.40", + "version": "0.39.0-rc.41", "license": "Apache-2.0", "main": "dist/libs/core/index.js", "description": "Fundamental Library for Angular is a themable Fiori Angular component library.",