From 663943b289741174c17d587e242ddfbe89db276e Mon Sep 17 00:00:00 2001 From: ishubham21 Date: Thu, 28 Jul 2022 12:36:50 +0530 Subject: [PATCH] resolve version patch conflicts --- dist/package.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dist/package.json b/dist/package.json index 3ed1a10..e09d8fe 100644 --- a/dist/package.json +++ b/dist/package.json @@ -1,6 +1,6 @@ { "name": "cube-package", - "version": "1.2.1", + "version": "1.2.2", "description": "An NPM package to render markdown", "main": "./index.js", "repository": { diff --git a/package.json b/package.json index d47a503..5695bf5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cube-package", - "version": "1.2.1", + "version": "1.2.2", "description": "An NPM package to render markdown", "main": "./dist/index.js", "repository": {