From 54b43c540c24e4795d432c175738c5ca65c41ec6 Mon Sep 17 00:00:00 2001 From: sricharankrishnan Date: Mon, 1 Jun 2026 12:15:16 +0530 Subject: [PATCH] v-0.14.0 --- .github/workflows/publish.yml | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 8e25ce5..f898d11 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -89,6 +89,12 @@ jobs: - name: Publish to npm run: npm publish + - name: Pack NPM Package + run: npm Pack + + - name: Check Directory + run: ls -la + - name: Upload Publish Artifact uses: actions/upload-artifact@v4 with: diff --git a/package.json b/package.json index 8cff0a5..eea258c 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "utility" ], "license": "MIT", - "version": "0.13.0", + "version": "0.14.0", "type": "module", "main": "./dist/index.js", "types": "./dist/index.d.ts",