Skip to content

Commit e514f56

Browse files
committed
Fix missing comma. Bump minor
1 parent 1865efe commit e514f56

3 files changed

Lines changed: 11 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,20 @@ Project History
33

44
All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/).
55

6+
### [0.2.0] - 2017-01-18
7+
8+
#### Added
9+
* BCA Klikbca payment method. ([PhilippeHidayat](https://github.com/PhilippeHidayat) [#6](https://github.com/dycodedev/veritrans-node/pull/6))
10+
611
### [0.1.3] - 2016-04-16
712

813
#### Changed
9-
* Merged [#4](https://github.com/dycodedev/veritrans-node/pull/4). Thanks to [PhilippeHidayat](https://github.com/PhilippeHidayat).
14+
* Merged [#4](https://github.com/dycodedev/veritrans-node/pull/4). [PhilippeHidayat](https://github.com/PhilippeHidayat).
1015

1116
### [0.1.2] - 2016-02-16
1217

1318
#### Changed
14-
* Fixed [#1](https://github.com/dycodedev/veritrans-node/issues/1). Thanks to [sgpagek](https://github.com/sgpagek).
19+
* Fixed [#1](https://github.com/dycodedev/veritrans-node/issues/1). [sgpagek](https://github.com/sgpagek).
1520

1621
### [0.1.1] - 2015-11-30
1722

@@ -33,4 +38,5 @@ All notable changes to this project will be documented in this file. This projec
3338

3439
[0.1.1]: https://github.com/dycodedev/veritrans-node/compare/v0.1.0...v0.1.1
3540
[0.1.2]: https://github.com/dycodedev/veritrans-node/compare/v0.1.1...v0.1.2
36-
[0.1.3]: https://github.com/dycodedev/veritrans-node/compare/v0.1.2...v0.1.3
41+
[0.1.3]: https://github.com/dycodedev/veritrans-node/compare/v0.1.2...v0.1.3
42+
[0.2.0]: https://github.com/dycodedev/veritrans-node/compare/v0.1.3...v0.2.0

lib/vt/validate_transaction.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const validPaymentTypes = [
1111
'cimb_clicks',
1212
'bri_epay',
1313
'bca_klikpay',
14-
'bca_klikbca'
14+
'bca_klikbca',
1515
'telkomsel_cash',
1616
'xl_tunai',
1717
'bbm_money',

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "veritrans",
3-
"version": "0.1.3",
3+
"version": "0.2.0",
44
"description": "veritrans integration module for node.js",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)