diff --git a/CHANGELOG.md b/CHANGELOG.md index b1d3ecd58cd..855c2416588 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ ## [`master`](https://github.com/elastic/eui/tree/master) +No public interface changes since `5.0.0`. + +## [`5.0.0`](https://github.com/elastic/eui/tree/v5.0.0) + - Added `EuiToken` component ([#1270](https://github.com/elastic/eui/pull/1270)) - Added `beaker` icon to `EuiIcon` and updated the `EuiBetaBadge` styling ([#1291](https://github.com/elastic/eui/pull/1291/)) - Removed calls to deprecated `findDOMNode` ([#1285](https://github.com/elastic/eui/pull/1285)) diff --git a/package.json b/package.json index 046db39f926..a753ed4db4f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@elastic/eui", "description": "Elastic UI Component Library", - "version": "4.8.0", + "version": "5.0.0", "main": "lib", "module": "es", "types": "src/index.d.ts",