diff --git a/CHANGELOG.md b/CHANGELOG.md index fa41d4c1fd8..d018ac448b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [0.38.2-rc.16](https://github.com/SAP/fundamental-ngx/compare/v0.38.2-rc.15...v0.38.2-rc.16) (2022-12-28) + + +### Bug Fixes + +* fixed i18n package dependencies ([#9146](https://github.com/SAP/fundamental-ngx/issues/9146)) ([7f3bd7e](https://github.com/SAP/fundamental-ngx/commit/7f3bd7ea8e4d05facf8be9747101e757e3cfd78d)) + + + ## [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) diff --git a/package.json b/package.json index 3a522e0e8ed..37bd5459d16 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fundamental-ngx", - "version": "0.38.2-rc.15", + "version": "0.38.2-rc.16", "license": "Apache-2.0", "main": "dist/libs/core/index.js", "description": "Fundamental Library for Angular is a themable Fiori Angular component library.",