diff --git a/CHANGELOG.md b/CHANGELOG.md index 28610a698..3f4c3dd12 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ 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.8.1](https://github.com/SAP/fundamental-react/compare/v0.8.1-rc.9...v0.8.1) (2020-03-25) + + + ## [0.8.1-rc.9](https://github.com/SAP/fundamental-react/compare/v0.8.1-rc.8...v0.8.1-rc.9) (2020-03-19) diff --git a/package-lock.json b/package-lock.json index 45689bdf7..3e0ebeb03 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "fundamental-react", - "version": "0.8.1-rc.9", + "version": "0.8.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 0c813bc11..6b2d007de 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fundamental-react", - "version": "0.8.1-rc.9", + "version": "0.8.1", "private": false, "description": "SAP Fundamental Library, implemented in React", "license": "Apache-2.0",