From 14fcf1d446eb9fd6e20cfb94a9e35bb577914925 Mon Sep 17 00:00:00 2001 From: Brian Vaughn Date: Sun, 9 Apr 2023 09:24:42 -0400 Subject: [PATCH] 9.22.3 -> 9.22.4 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index dfd7ac65..42e0f660 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "description": "React components for efficiently rendering large, scrollable lists and tabular data", "author": "Brian Vaughn ", "user": "bvaughn", - "version": "9.22.3", + "version": "9.22.4", "homepage": "https://github.com/bvaughn/react-virtualized", "main": "dist/commonjs/index.js", "module": "dist/es/index.js",