From f5afa5684d1be4eb0a75036f70d0365154a3ad37 Mon Sep 17 00:00:00 2001 From: Timo Lins Date: Tue, 4 Jan 2022 15:35:08 +0100 Subject: [PATCH] 2.2.0 --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 52048b6..d866bf9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "react-hot-toast", - "version": "2.1.1", + "version": "2.2.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 9858cd8..1b7419d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "react-hot-toast", "description": "Smoking hot React Notifications. Lightweight, customizable and beautiful by default.", - "version": "2.1.1", + "version": "2.2.0", "author": "Timo Lins", "license": "MIT", "sideEffects": false,