From 7596a22a83c42be9a523593fafbd04d4e1cb1305 Mon Sep 17 00:00:00 2001 From: Mohamed AZOUAOUI Date: Fri, 12 Jun 2020 18:34:39 +0100 Subject: [PATCH] update version to 0.4.1 --- CHANGELOG.md | 3 +++ package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e3de53..5b1ff3e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.4.1] - 2020-06-12 + ### Fixed + - Fix Typescript error type [issue #3](https://github.com/azouaoui-med/react-pro-sidebar/issues/3) ## [0.4.0] - 2020-06-05 diff --git a/package.json b/package.json index f369971..fbdc6bd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-pro-sidebar", - "version": "0.4.0", + "version": "0.4.1", "description": "React sidebar library with dropdown menus and unlimit number of nested submenus", "main": "dist/index.js", "module": "dist/index.es.js",