From 80d4d0b67af2e503b235dc05d4de74c54615ef0b Mon Sep 17 00:00:00 2001 From: lehuygiang28 Date: Fri, 15 Mar 2024 12:54:08 +0700 Subject: [PATCH] feat(version): :arrow_up: update docs, changelog and release 0.9.6 --- CHANGELOG.md | 6 ++++++ README.md | 4 ++-- README_en-US.md | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 5 files changed, 12 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 502a9f8..4986ce6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.9.6] - 2024-03-15 + +### Bugfix + +- QueryDr: Remove `undefined` in string to checksum response + ## [0.9.5] - 2024-03-15 ### Updated diff --git a/README.md b/README.md index 42fa809..87a1d84 100644 --- a/README.md +++ b/README.md @@ -103,6 +103,6 @@ _Ghi chĂș:_ ## Contribution - - + + diff --git a/README_en-US.md b/README_en-US.md index e010a92..72047b2 100644 --- a/README_en-US.md +++ b/README_en-US.md @@ -104,5 +104,5 @@ _Note:_ ## Contribution - + diff --git a/package-lock.json b/package-lock.json index d247968..b23abe6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "vnpay", - "version": "0.9.5", + "version": "0.9.6", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "vnpay", - "version": "0.9.5", + "version": "0.9.6", "license": "MIT", "dependencies": { "moment-timezone": "^0.5.43" diff --git a/package.json b/package.json index d3d5aed..8599b3a 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "type": "git", "url": "git+https://github.com/lehuygiang28/vnpay.git" }, - "version": "0.9.5", + "version": "0.9.6", "description": "An open-source nodejs library support to payment with VNPay", "main": "lib/index.js", "types": "lib/index.d.ts",