From af6a55ebeff8a98ba20144f932423ea1a5231704 Mon Sep 17 00:00:00 2001 From: Henry Lin Date: Wed, 16 Aug 2023 21:47:51 +0800 Subject: [PATCH] Bump version to 1.2.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 46085fb..6d19968 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "readable-regexp", - "version": "1.1.0", + "version": "1.2.0", "author": "Henry Lin", "license": "MIT", "description": "Create readable Regular Expressions with concise and flexible syntax.",