From a3730276780ae875e0a8f1b511a364cea62fc4c2 Mon Sep 17 00:00:00 2001 From: Charlie Greenman Date: Sat, 13 Jan 2024 18:34:01 -0500 Subject: [PATCH] update codemorph version to publish new add json key value logic --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0fdab4d..c44b46b 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "workspaces": [ "src/rz/angular" ], - "version": "1.6.1", + "version": "1.6.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",