From a6f970ee5e77c999ac6253a6b186b1df50f31945 Mon Sep 17 00:00:00 2001 From: Saiful Alam Date: Fri, 16 Apr 2021 23:45:31 +0600 Subject: [PATCH] v1.1.0 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index ecbd831..ab18f8e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-notistack", - "version": "1.0.1", + "version": "1.1.0", "description": "A beautiful standalone snackbar for react", "main": "dist/index.js", "scripts": { @@ -44,4 +44,4 @@ "webpack-cli": "^3.3.7", "webpack-dev-server": "^3.8.0" } -} \ No newline at end of file +}