From 9c1f004ab591e31b4e1ee29970ab5766053aadf1 Mon Sep 17 00:00:00 2001 From: Vladimir Voronkov Date: Fri, 5 Jul 2024 13:30:13 +0300 Subject: [PATCH 1/2] Add TRY to the forex ccy list --- workers/loc.api/helpers/forex.symbs.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workers/loc.api/helpers/forex.symbs.js b/workers/loc.api/helpers/forex.symbs.js index 0ae6fc67..abbbf5a0 100644 --- a/workers/loc.api/helpers/forex.symbs.js +++ b/workers/loc.api/helpers/forex.symbs.js @@ -1,3 +1,3 @@ 'use strict' -module.exports = ['EUR', 'JPY', 'GBP', 'USD'] +module.exports = ['EUR', 'JPY', 'GBP', 'USD', 'TRY'] From 55ce6c6200ff7a6a1ee240cf6a2a14527af952e2 Mon Sep 17 00:00:00 2001 From: Vladimir Voronkov Date: Mon, 15 Jul 2024 11:19:18 +0300 Subject: [PATCH 2/2] Bump version up to 4.10.5 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1fa30ce2..62f9603e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bfx-report", - "version": "4.10.4", + "version": "4.10.5", "description": "Reporting tool", "main": "worker.js", "license": "Apache-2.0",