diff --git a/CHANGELOG.md b/CHANGELOG.md index 29234ad..18d76e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ ## [CoreUI](https://coreui.io/) for [react](./REACT.md) changelog +##### `v2.1.2` +- fix(scss): floating footer ie11 issue +- chore: update `@coreui/react` to `^2.1.1` + ##### `v2.1.1` - refactor(App.js): code splitting with `react-loadable` (waiting for release of `react-router-dom`) - refactor(routes.js): code splitting with `React.lazy`, remove `react-loadable` diff --git a/package.json b/package.json index d34d544..b175ba9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@coreui/coreui-free-react-admin-template", - "version": "2.1.1", + "version": "2.1.2", "description": "CoreUI React Open Source Bootstrap 4 Admin Template", "author": "Ɓukasz Holeczek", "homepage": "https://coreui.io",