From 3f70ffee0400de1e134302c1318e5a1c6019090e Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 1 Mar 2024 01:35:28 +0000 Subject: [PATCH] chore(release): 2.1.0-beta.3 [ci skip] # [2.1.0-beta.3](https://github.com/Bugs5382/node-hl7-client/compare/v2.1.0-beta.2...v2.1.0-beta.3) (2024-03-01) ### Features * fix exports for hl7 x2 ([52aa9b9](https://github.com/Bugs5382/node-hl7-client/commit/52aa9b9380c7c9ae2096a202f61d8a7e56305303)) * fix exports for hl7 x2 ([#85](https://github.com/Bugs5382/node-hl7-client/issues/85)) ([b7c2688](https://github.com/Bugs5382/node-hl7-client/commit/b7c2688feb7473c99f9ae1c15adceb770e2e4381)) --- CHANGELOG.md | 8 ++++++++ package.json | 6 ++++-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 56a6863..5dde8e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# [2.1.0-beta.3](https://github.com/Bugs5382/node-hl7-client/compare/v2.1.0-beta.2...v2.1.0-beta.3) (2024-03-01) + + +### Features + +* fix exports for hl7 x2 ([52aa9b9](https://github.com/Bugs5382/node-hl7-client/commit/52aa9b9380c7c9ae2096a202f61d8a7e56305303)) +* fix exports for hl7 x2 ([#85](https://github.com/Bugs5382/node-hl7-client/issues/85)) ([b7c2688](https://github.com/Bugs5382/node-hl7-client/commit/b7c2688feb7473c99f9ae1c15adceb770e2e4381)) + # [2.1.0-beta.2](https://github.com/Bugs5382/node-hl7-client/compare/v2.1.0-beta.1...v2.1.0-beta.2) (2024-02-28) diff --git a/package.json b/package.json index 7a729f3..9d0ee04 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "node-hl7-client", - "version": "2.1.0-beta.2", + "version": "2.1.0-beta.3", "description": "A pure Node.js HL7 Client that allows for communication to a HL7 Broker/Server that can send properly formatted HL7 messages with ease.It can also parse and then you can extract message segments out.", "module": "./lib/esm/index.js", "main": "./lib/cjs/index.js", @@ -21,7 +21,9 @@ }, "typesVersions": { "*": { - "hl7": ["lib/types/hl7"] + "hl7": [ + "lib/types/hl7" + ] } }, "files": [