From 133831412355543d91da7403b3c53b880abeae4b Mon Sep 17 00:00:00 2001 From: Andrew Fong Date: Thu, 28 Sep 2023 09:42:17 -0700 Subject: [PATCH] Bump package version so we can publish to NPM --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3fbb9b4..0d04fe4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-codemirror2", - "version": "7.2.1", + "version": "7.3.0", "description": "a tiny react codemirror component wrapper", "main": "index.js", "typings": "index.d.ts",