Skip to content

Commit 5b5989b

Browse files
Eduardo EnriquezEduardo Enriquez
authored andcommitted
Change: Cert file
Change cert file to provide connection between clients and conekta api servers
1 parent 8861b70 commit 5b5989b

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
1+
## [3.2.0](https://github.com/conekta/conekta-node/releases/tag/3.1.6) - 2017-09-11
2+
### Change
3+
- Change Cert file bundle with public one
4+
15
## [3.1.6](https://github.com/conekta/conekta-node/releases/tag/3.1.6) - 2017-08-01
26
### Fix
3-
-This version solves the error that only brings the last order of a list
7+
- This version solves the error that only brings the last order of a list
48

59
## [3.1.5](https://github.com/conekta/conekta-node/releases/tag/3.1.5) - 2017-06-29
610
### Fix

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
![README Cover Image](readme_cover.png)
22

3-
Conekta Node v 3.1.6
3+
Conekta Node v 3.2.0
44
======================
55

66
Wrapper to connect with https://api.conekta.io.
@@ -15,7 +15,7 @@ This last release works with API 2, if you are using 1.0 type:
1515

1616

1717
```sh
18-
npm install conekta@2.2.0
18+
npm install conekta@3.2.0
1919
```
2020

2121
## Usage

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "conekta",
3-
"version": "3.1.6",
3+
"version": "3.2.0",
44
"description": "Conekta node Wrapper",
55
"keywords": [
66
"conekta",

0 commit comments

Comments
 (0)