diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f4b127549d..fa41d4c1fd8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [0.38.2-rc.15](https://github.com/SAP/fundamental-ngx/compare/v0.38.2-rc.14...v0.38.2-rc.15) (2022-12-28) + + +### Bug Fixes + +* **ci:** fixed versions of our 3rd party dependencies ([#9145](https://github.com/SAP/fundamental-ngx/issues/9145)) ([619b3bb](https://github.com/SAP/fundamental-ngx/commit/619b3bb4b4eec8c273a00422f1dbbf291dd80bf7)) + + + ## [0.38.2-rc.14](https://github.com/SAP/fundamental-ngx/compare/v0.38.2-rc.13...v0.38.2-rc.14) (2022-12-28) diff --git a/package.json b/package.json index a7ef5cdc259..3a522e0e8ed 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fundamental-ngx", - "version": "0.38.2-rc.14", + "version": "0.38.2-rc.15", "license": "Apache-2.0", "main": "dist/libs/core/index.js", "description": "Fundamental Library for Angular is a themable Fiori Angular component library.",