We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a942deb commit 8780811Copy full SHA for 8780811
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@sendinblue/client",
3
- "version": "3.3.0",
+ "version": "3.3.1",
4
"description": "NodeJS client for Sendinblue V3 api",
5
"main": "dist/api.js",
6
"types": "dist/api.d.ts",
src/api.ts
@@ -14,7 +14,7 @@ import * as localVarRequest from 'request';
14
import * as http from 'http';
15
16
const defaultBasePath = 'https://api.sendinblue.com/v3';
17
-const version = '3.3.0';
+const version = '3.3.1';
18
// ===============================================
19
// This file is autogenerated - Please do not edit
20
0 commit comments