Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/develop' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
Bugs5382 committed Dec 20, 2023
2 parents 75356d0 + 3f2bad7 commit f45a21a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [1.0.0-beta.16](https://github.com/Bugs5382/node-hl7-client/compare/v1.0.0-beta.15...v1.0.0-beta.16) (2023-12-20)


### Bug Fixes

* fix node-hl7-server build x2 ([5af0217](https://github.com/Bugs5382/node-hl7-client/commit/5af0217f5aac64ff39b6ab0eebdb9c129f0745ac))

# [1.0.0-beta.15](https://github.com/Bugs5382/node-hl7-client/compare/v1.0.0-beta.14...v1.0.0-beta.15) (2023-12-20)


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.0.0-beta.15",
"version": "1.0.0-beta.16",
"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 f45a21a

Please sign in to comment.