From 486cfe2f89972d8f761aa636b9b5ff9ee4f24fe7 Mon Sep 17 00:00:00 2001 From: Charlie Greenman Date: Mon, 21 Aug 2023 20:17:50 -0700 Subject: [PATCH] Publish non supported type and const --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f48f572..82382db 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "workspaces": [ "src/rz/angular" ], - "version": "1.3.1", + "version": "1.3.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",