diff --git a/CHANGELOG.md b/CHANGELOG.md index 523d99a..cf9d2a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -29,3 +29,6 @@ * removed children prop in favor of static showNotification method * you can now only use one ReactMaterialUiNotifications component per app, so try to put it in a common spot, this was done to solve the problem of incorrect notifications getting displayed and to introduce the dismiss action in a future release + +## v0.4.1 +* Bumped versions of dependencies to newer versions diff --git a/package.json b/package.json index 6685401..5461ccc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-materialui-notifications", - "version": "0.4.0", + "version": "0.4.1", "description": "Spec compliant notifications for react and material ui users", "keywords": [ "react",