From 062dee1ba764b7ffd577e6c1a3d7f52ed5eb3f2b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 8 Apr 2024 08:13:14 +0000 Subject: [PATCH] Version Packages --- .changeset/tall-frogs-tan.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/tall-frogs-tan.md diff --git a/.changeset/tall-frogs-tan.md b/.changeset/tall-frogs-tan.md deleted file mode 100644 index c0175f3..0000000 --- a/.changeset/tall-frogs-tan.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"khalti-epayment": patch ---- - -update hoempage diff --git a/CHANGELOG.md b/CHANGELOG.md index c716757..e4b19b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # khalti-epayment +## 0.1.3 + +### Patch Changes + +- 0bb25e8: update hoempage + ## 0.1.2 ### Patch Changes diff --git a/package.json b/package.json index 3b9f136..8e31f0f 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "khalti-epayment", "description": "Khalti e-Payment Checkout Library", "license": "MIT", - "version": "0.1.2", + "version": "0.1.3", "main": "dist/index.js", "module": "dist/index.mjs", "types": "dist/index.d.ts",