Skip to content

Commit 5dfba06

Browse files
authored
new release
1 parent 3cd43c4 commit 5dfba06

5 files changed

Lines changed: 7 additions & 7 deletions

File tree

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
8.0.3
1+
8.0.4

common.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export const DUMMY_BASE_URL = 'https://example.com'
3131
* @export
3232
*/
3333
export const conektaHeaders = {
34-
bindings_version: ['Conekta::', "8.0.3"].join(''),
34+
bindings_version: ['Conekta::', "8.0.4"].join(''),
3535
lang: 'node',
3636
lang_version: process.version,
3737
publisher: 'conekta',
@@ -176,7 +176,7 @@ export const createRequestFunction = function (axiosArgs: RequestArgs, globalAxi
176176
* @export
177177
*/
178178
export const setCommonHeaders = async function (object: any) {
179-
object["User-Agent"] = "Conekta/v2 NodeBindings/" + "8.0.3";
179+
object["User-Agent"] = "Conekta/v2 NodeBindings/" + "8.0.4";
180180
object["X-Conekta-Client-User-Agent"] = JSON.stringify(conektaHeaders);
181181
object["Accept"] = "application/vnd.conekta-v2.2.0+json";
182182
}

config-node.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"npmName": "conekta",
33
"generateSourceCodeOnly": "false",
4-
"npmVersion": "8.0.3",
4+
"npmVersion": "8.0.4",
55
"packageUrl": "https://developers.conekta.com/",
66
"projectName": "conekta-node",
77
"appDescription": "Conekta Node Library",

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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": "8.0.3",
3+
"version": "8.0.4",
44
"description": "OpenAPI client for conekta",
55
"author": "engineering conekta",
66
"repository": {

0 commit comments

Comments
 (0)