From 21a77e91b534afd5b8893cfdb214a8e6389672cc Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 8 Jan 2024 18:16:32 +0000 Subject: [PATCH] chore(release): 1.1.0-beta.5 [ci skip] # [1.1.0-beta.5](https://github.com/Bugs5382/node-hl7-client/compare/v1.1.0-beta.4...v1.1.0-beta.5) (2024-01-08) ### Bug Fixes * BHS or MSH ([4e42fa1](https://github.com/Bugs5382/node-hl7-client/commit/4e42fa1c37adf8b5b5d8c4988e3ddb050c997335)) * BHS or MSH ([#65](https://github.com/Bugs5382/node-hl7-client/issues/65)) ([5b10dda](https://github.com/Bugs5382/node-hl7-client/commit/5b10dda091c31fc51858af0701581fcc04f55b32)) --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9dd6479..dbb336d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# [1.1.0-beta.5](https://github.com/Bugs5382/node-hl7-client/compare/v1.1.0-beta.4...v1.1.0-beta.5) (2024-01-08) + + +### Bug Fixes + +* BHS or MSH ([4e42fa1](https://github.com/Bugs5382/node-hl7-client/commit/4e42fa1c37adf8b5b5d8c4988e3ddb050c997335)) +* BHS or MSH ([#65](https://github.com/Bugs5382/node-hl7-client/issues/65)) ([5b10dda](https://github.com/Bugs5382/node-hl7-client/commit/5b10dda091c31fc51858af0701581fcc04f55b32)) + # [1.1.0-beta.4](https://github.com/Bugs5382/node-hl7-client/compare/v1.1.0-beta.3...v1.1.0-beta.4) (2023-12-31) diff --git a/package.json b/package.json index 5e75adb..7fb09dd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "node-hl7-client", - "version": "1.1.0-beta.4", + "version": "1.1.0-beta.5", "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",