Skip to content

Commit

Permalink
feat(version): ⬆️ update changelog, and release 0.9.5
Browse files Browse the repository at this point in the history
  • Loading branch information
lehuygiang28 committed Mar 14, 2024
1 parent 77a3aa2 commit 2fa8c4a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 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.5] - 2024-03-15

### Updated

- Type of `vnp_OrderType` can be `string`

## [0.9.0] - 2024-03-10

### Updated
Expand Down
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.0",
"version": "0.9.5",
"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 2fa8c4a

Please sign in to comment.