diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f70722..ccc3d75 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,11 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.4.4] - 2020-08-16 + ### Fixed - Fix SidebarFooter styling [issue #12](https://github.com/azouaoui-med/react-pro-sidebar/issues/12) - Fix overlapping sidebar image with overlay - + ## [0.4.3] - 2020-07-06 ### Fixed @@ -24,7 +26,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Fix slidedown.css path bug [issue #7](https://github.com/azouaoui-med/react-pro-sidebar/issues/7) - ## [0.4.1] - 2020-06-12 ### Fixed diff --git a/package.json b/package.json index 9b0820b..75bf701 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-pro-sidebar", - "version": "0.4.3", + "version": "0.4.4", "description": "React sidebar library with dropdown menus and unlimit number of nested submenus", "main": "dist/index.js", "module": "dist/index.es.js",