From feaca8c7f89014749e90f7f28f4bfd0ed6215283 Mon Sep 17 00:00:00 2001 From: Charlie Greenman Date: Fri, 10 Mar 2023 14:26:23 +0200 Subject: [PATCH] Uptick versioning for refactor of existingFileName --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a7c482b..859fb4a 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "workspaces": [ "src/rz/angular" ], - "version": "1.0.9", + "version": "1.1.0", "description": "Code Morph is an extensible, easy to understand, easy contribute, easy to use Codemod library.", "main": "./dist/index.js", "types": "./dist/index.d.ts",