From e20f1706daa74eb5fefaf31a46a9e433567087dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eray=20Hano=C4=9Flu?= Date: Tue, 2 Dec 2025 15:44:01 +0300 Subject: [PATCH 1/2] 1.5.0 --- packages/dictionary/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/dictionary/package.json b/packages/dictionary/package.json index 3951b81..090d222 100644 --- a/packages/dictionary/package.json +++ b/packages/dictionary/package.json @@ -1,7 +1,7 @@ { "name": "hl7v2-dictionary", "description": "HL7 v2 parser, serializer, validator for NodeJS", - "version": "1.4.4", + "version": "1.5.0", "author": "Panates", "license": "MIT", "private": true, @@ -77,4 +77,4 @@ "publishConfig": { "access": "public" } -} +} \ No newline at end of file From e64ca965574421a5058ea15f41c7d57bea0c999b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eray=20Hano=C4=9Flu?= Date: Tue, 2 Dec 2025 15:44:01 +0300 Subject: [PATCH 2/2] 1.5.0 --- packages/hl7v2/package.json | 6 +++--- packages/net/package.json | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/packages/hl7v2/package.json b/packages/hl7v2/package.json index 9979f87..cdc96c0 100644 --- a/packages/hl7v2/package.json +++ b/packages/hl7v2/package.json @@ -1,7 +1,7 @@ { "name": "hl7v2", "description": "HL7 v2 parser, serializer, validator for NodeJS", - "version": "1.4.4", + "version": "1.5.0", "author": "Panates", "license": "MIT", "private": true, @@ -16,7 +16,7 @@ "uid": "^2.0.2" }, "peerDependencies": { - "hl7v2-dictionary": "^1.4.4" + "hl7v2-dictionary": "^1.5.0" }, "devDependencies": { "expect": "^30.0.5" @@ -85,4 +85,4 @@ "publishConfig": { "access": "public" } -} +} \ No newline at end of file diff --git a/packages/net/package.json b/packages/net/package.json index c5560b7..fcaf47d 100644 --- a/packages/net/package.json +++ b/packages/net/package.json @@ -1,7 +1,7 @@ { "name": "hl7v2-net", "description": "HL7 v2 server/client for NodeJS", - "version": "1.4.4", + "version": "1.5.0", "author": "Panates", "license": "MIT", "private": true, @@ -16,8 +16,8 @@ "uid": "^2.0.2" }, "peerDependencies": { - "hl7v2": "^1.4.4", - "hl7v2-dictionary": "^1.4.4" + "hl7v2": "^1.5.0", + "hl7v2-dictionary": "^1.5.0" }, "devDependencies": { "expect": "^30.0.5" @@ -86,4 +86,4 @@ "publishConfig": { "access": "public" } -} +} \ No newline at end of file