diff --git a/CHANGELOG.md b/CHANGELOG.md index bfb0f6e2111..0943add634f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [0.25.0-rc.63](https://github.com/SAP/fundamental-ngx/compare/v0.25.0-rc.62...v0.25.0-rc.63) (2020-12-14) + + +### Bug Fixes + +* (Core) address accessibility issues for the Object marker component ([#4081](https://github.com/SAP/fundamental-ngx/issues/4081)) ([a635126](https://github.com/SAP/fundamental-ngx/commit/a635126ce94d1bd09e519b7e6d1b504aa51c597e)) + ## [0.25.0-rc.62](https://github.com/SAP/fundamental-ngx/compare/v0.25.0-rc.61...v0.25.0-rc.62) (2020-12-14) diff --git a/package-lock.json b/package-lock.json index 52c4091cc76..957a8d927d7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "fundamental-ngx", - "version": "0.25.0-rc.62", + "version": "0.25.0-rc.63", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 00a6848a019..429f080f1ad 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fundamental-ngx", - "version": "0.25.0-rc.62", + "version": "0.25.0-rc.63", "license": "Apache-2.0", "main": "dist/libs/core/index.js", "description": "Fundamental Library for Angular is a themable Fiori 3 Angular component library.",