From 0cf52fe530f273b30060e79fe7fc240add143201 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Pablo=20Castro=20Leal?= Date: Mon, 23 Feb 2026 16:15:47 -0300 Subject: [PATCH] pre-release: prepare 1.15.0 release --- package.json | 2 +- src/lib/version.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 824140e..f6882ef 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fintoc", - "version": "1.14.0", + "version": "1.15.0", "description": "The official Node client for the Fintoc API.", "main": "build/main/index.js", "typings": "build/main/index.d.ts", diff --git a/src/lib/version.ts b/src/lib/version.ts index 73a5709..afe33e9 100644 --- a/src/lib/version.ts +++ b/src/lib/version.ts @@ -1,3 +1,3 @@ -export const versionInfo = [1, 14, 0]; +export const versionInfo = [1, 15, 0]; export const version = versionInfo.join('.');