From de17bd59ef194d580493953acfca53bcc20055af Mon Sep 17 00:00:00 2001 From: FranciscaOtero Date: Thu, 30 Apr 2026 14:55:17 -0400 Subject: [PATCH] pre-release: prepare 1.19.0 release Co-Authored-By: Claude Opus 4.6 (1M context) --- package.json | 2 +- src/lib/version.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 6137a2a..b0cc9a9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fintoc", - "version": "1.18.0", + "version": "1.19.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 ae72db1..ac21e6a 100644 --- a/src/lib/version.ts +++ b/src/lib/version.ts @@ -1,3 +1,3 @@ -export const versionInfo = [1, 18, 0]; +export const versionInfo = [1, 19, 0]; export const version = versionInfo.join('.');