From 5f468c468fef9024264deda83fb5977232202727 Mon Sep 17 00:00:00 2001 From: Denis Raslov Date: Sun, 31 Jul 2022 17:14:43 +0300 Subject: [PATCH] Bump version up to 2.3.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0c20c89..d9cbaef 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-spreadsheet-grid", - "version": "2.2.0", + "version": "2.3.0", "description": "An Excel-like grid component for React with custom cell editors, performant scroll & resizable columns", "main": "lib/bundle.js", "scripts": {