Skip to content

Commit

Permalink
feat(version): ⬆️ update docs, changelog and release 0.9.6
Browse files Browse the repository at this point in the history
  • Loading branch information
lehuygiang28 committed Mar 15, 2024
1 parent faf022d commit 80d4d0b
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 6 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,6 @@ _Ghi chú:_

## Contribution

<a href="https://github.com/lehuygiang28/regex-vietnamese/graphs/contributors">
<img src="https://contrib.rocks/image?repo=lehuygiang28/vnpay" />
<a href="https://github.com/lehuygiang28/vnpay/graphs/contributors">
<img src="https://contrib.rocks/image?repo=lehuygiang28/vnpay&max=20" />
</a>
2 changes: 1 addition & 1 deletion README_en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,5 +104,5 @@ _Note:_
## Contribution

<a href="https://github.com/lehuygiang28/vnpay/graphs/contributors">
<img src="https://contrib.rocks/image?repo=lehuygiang28/vnpay" />
<img src="https://contrib.rocks/image?repo=lehuygiang28/vnpay&max=20" />
</a>
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 80d4d0b

Please sign in to comment.