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 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