From e1854c67233cda9afa36721e08a8c4bb89685865 Mon Sep 17 00:00:00 2001 From: edgarbjorntvedt Date: Sun, 11 Feb 2024 15:08:36 +0000 Subject: [PATCH] Update package.json version to --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c81bf18..1cc01b1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@tfso/njs-bankaccount-validation", - "version": "1.13.1", + "version": "1.14.0", "description": "Validation of IBAN and BBAN numbers and other country specific bank account formats. Extendable with custom validations", "main": "dist/src/index", "types": "dist/src/index",