From 531f455c4af9c4649a00497666b7c467ae52d25c Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 4 Jun 2024 11:33:46 +0000 Subject: [PATCH] chore(release): 2.1.1-beta.2 [ci skip] ## [2.1.1-beta.2](https://github.com/Bugs5382/node-hl7-client/compare/v2.1.1-beta.1...v2.1.1-beta.2) (2024-06-04) ### Bug Fixes * parsing error ([adb0911](https://github.com/Bugs5382/node-hl7-client/commit/adb09115964b7857e33c6b11b1db84bc92beeefe)), closes [#96](https://github.com/Bugs5382/node-hl7-client/issues/96) * parsing error ([#97](https://github.com/Bugs5382/node-hl7-client/issues/97)) ([747ef5d](https://github.com/Bugs5382/node-hl7-client/commit/747ef5d33fe72ba5f3c3434563fa1ef669652364)) --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index baabb5e..20618af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [2.1.1-beta.2](https://github.com/Bugs5382/node-hl7-client/compare/v2.1.1-beta.1...v2.1.1-beta.2) (2024-06-04) + + +### Bug Fixes + +* parsing error ([adb0911](https://github.com/Bugs5382/node-hl7-client/commit/adb09115964b7857e33c6b11b1db84bc92beeefe)), closes [#96](https://github.com/Bugs5382/node-hl7-client/issues/96) +* parsing error ([#97](https://github.com/Bugs5382/node-hl7-client/issues/97)) ([747ef5d](https://github.com/Bugs5382/node-hl7-client/commit/747ef5d33fe72ba5f3c3434563fa1ef669652364)) + ## [2.1.1-beta.1](https://github.com/Bugs5382/node-hl7-client/compare/v2.1.0...v2.1.1-beta.1) (2024-06-03) diff --git a/package.json b/package.json index 155dbc2..4c81c29 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "node-hl7-client", - "version": "2.1.1-beta.1", + "version": "2.1.1-beta.2", "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",