diff --git a/CHANGELOG.md b/CHANGELOG.md index 4395c1d5e9e..4e3bba11884 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [0.38.2-rc.11](https://github.com/SAP/fundamental-ngx/compare/v0.38.2-rc.10...v0.38.2-rc.11) (2022-12-27) + + +### Bug Fixes + +* **core,fn,docs:** fixed incorrect import paths from styles ([#9142](https://github.com/SAP/fundamental-ngx/issues/9142)) ([85756d8](https://github.com/SAP/fundamental-ngx/commit/85756d894f09d7480bda83d9c37c7bb4e8812a64)) + + + ## [0.38.2-rc.10](https://github.com/SAP/fundamental-ngx/compare/v0.38.2-rc.9...v0.38.2-rc.10) (2022-12-27) diff --git a/package.json b/package.json index 21756b74ee6..5eb56526057 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fundamental-ngx", - "version": "0.38.2-rc.10", + "version": "0.38.2-rc.11", "license": "Apache-2.0", "main": "dist/libs/core/index.js", "description": "Fundamental Library for Angular is a themable Fiori Angular component library.",