Skip to content

Commit

Permalink
chore(release): 1.1.0-beta.5 [ci skip]
Browse files Browse the repository at this point in the history
# [1.1.0-beta.5](v1.1.0-beta.4...v1.1.0-beta.5) (2024-01-08)

### Bug Fixes

* BHS or MSH ([4e42fa1](4e42fa1))
* BHS or MSH ([#65](#65)) ([5b10dda](5b10dda))
  • Loading branch information
semantic-release-bot committed Jan 8, 2024
1 parent 5b10dda commit 21a77e9
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 @@
# [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)


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": "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",
Expand Down

0 comments on commit 21a77e9

Please sign in to comment.