We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8588abe + 6b4024c commit bc49bdfCopy full SHA for bc49bdf
2 files changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "fintoc",
3
- "version": "1.13.0",
+ "version": "1.14.0",
4
"description": "The official Node client for the Fintoc API.",
5
"main": "build/main/index.js",
6
"typings": "build/main/index.d.ts",
src/lib/version.ts
@@ -1,3 +1,3 @@
-export const versionInfo = [1, 13, 0];
+export const versionInfo = [1, 14, 0];
export const version = versionInfo.join('.');
0 commit comments