Skip to content

Commit

Permalink
chore(release): 2.3.1-beta.1 [ci skip]
Browse files Browse the repository at this point in the history
## [2.3.1-beta.1](v2.3.0...v2.3.1-beta.1) (2024-06-25)

### Bug Fixes

* **#100:** Ensure correct connection closure ([#112](#112)) ([7be02c3](7be02c3)), closes [#100](#100)
* **#100:** update closure check logic to avoid error when closed correctly ([8409326](8409326))
  • Loading branch information
semantic-release-bot committed Jun 25, 2024
1 parent 7be02c3 commit fb564ed
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [2.3.1-beta.1](https://github.com/Bugs5382/node-hl7-client/compare/v2.3.0...v2.3.1-beta.1) (2024-06-25)


### Bug Fixes

* **#100:** Ensure correct connection closure ([#112](https://github.com/Bugs5382/node-hl7-client/issues/112)) ([7be02c3](https://github.com/Bugs5382/node-hl7-client/commit/7be02c32e06ec4aad737050208488dc877ea8e62)), closes [#100](https://github.com/Bugs5382/node-hl7-client/issues/100)
* **#100:** update closure check logic to avoid error when closed correctly ([8409326](https://github.com/Bugs5382/node-hl7-client/commit/84093261b8cbe64c58ff5b7f1740a4faab27a300))

# [2.3.0](https://github.com/Bugs5382/node-hl7-client/compare/v2.2.0...v2.3.0) (2024-06-24)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-hl7-client",
"version": "2.3.0",
"version": "2.3.1-beta.1",
"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",
Expand Down

0 comments on commit fb564ed

Please sign in to comment.