From c18047cc6051056b4e9500b51d95391f7d4319dc Mon Sep 17 00:00:00 2001 From: Charlie Greenman Date: Sun, 8 Sep 2024 00:29:56 -0400 Subject: [PATCH] chore: bump version to 1.6.5 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 28ff265..403f740 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "workspaces": [ "src/rz/angular" ], - "version": "1.6.3", + "version": "1.6.4", "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",