Skip to content

Commit 24c45e3

Browse files
author
Eduardo Enriquez
authored
Merge pull request conekta#57 from conekta/version-bump-cert
version bump
2 parents d51be63 + e4612d0 commit 24c45e3

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [3.5.1](https://github.com/conekta/conekta-node/releases/tag/3.5.1) - 2018-04-13
2+
### fix
3+
- fix Error certificate location
4+
15
## [3.4.1](https://github.com/conekta/conekta-node/releases/tag/3.4.1) - 2018-04-13
26
### Bugfix
37
- Bugfix Error certificate location

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.4.1
3+
Conekta Node v 3.5.1
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@3.4.1
18+
npm install conekta@3.5.1
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.4.1",
3+
"version": "3.5.1",
44
"description": "Conekta node Wrapper",
55
"keywords": [
66
"conekta",

0 commit comments

Comments
 (0)