From cc1e7b911f2e38f91ab4f8207c0340fc1146cfea Mon Sep 17 00:00:00 2001 From: Charlie Greenman Date: Sat, 28 Oct 2023 20:03:27 -0400 Subject: [PATCH] Update codemorph code logic for codemorph. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 97477e2..4b44d6b 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "workspaces": [ "src/rz/angular" ], - "version": "1.5.1", + "version": "1.5.2", "description": "Code Morph is an extensible, easy to understand, easy contribute, easy to use Codemod library.", "types": "./lib/cjs/types/index.d.ts", "main": "./lib/cjs/index.js",