From e278518e4088a532586e7a588c993b5a769d0fbc Mon Sep 17 00:00:00 2001 From: lehuygiang28 Date: Wed, 15 May 2024 18:53:29 +0700 Subject: [PATCH] build: :bookmark: release 1.3.0 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9e8e706..6bed966 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "vnpay", - "version": "1.2.1", + "version": "1.3.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "vnpay", - "version": "1.2.1", + "version": "1.3.0", "license": "MIT", "dependencies": { "moment-timezone": "^0.5.43" diff --git a/package.json b/package.json index 5fa7a77..79df864 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "type": "git", "url": "git+https://github.com/lehuygiang28/vnpay.git" }, - "version": "1.2.1", + "version": "1.3.0", "description": "An open-source nodejs library support to payment with VNPay", "main": "lib/index.js", "types": "lib/index.d.ts",