diff --git a/package-lock.json b/package-lock.json index f7ea78d..97282e7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "notistack", - "version": "3.0.1", + "version": "3.0.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "notistack", - "version": "3.0.1", + "version": "3.0.2", "license": "MIT", "dependencies": { "clsx": "^1.1.0", diff --git a/package.json b/package.json index fe3984a..999753c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "notistack", - "version": "3.0.1", + "version": "3.0.2", "description": "Highly customizable notification snackbars (toasts) that can be stacked on top of each other", "main": "./index.js", "module": "./notistack.esm.js",