Skip to content

Commit

Permalink
chore(release): 2.1.0-beta.3 [ci skip]
Browse files Browse the repository at this point in the history
# [2.1.0-beta.3](v2.1.0-beta.2...v2.1.0-beta.3) (2024-03-01)

### Features

* fix exports for hl7 x2 ([52aa9b9](52aa9b9))
* fix exports for hl7 x2 ([#85](#85)) ([b7c2688](b7c2688))
  • Loading branch information
semantic-release-bot committed Mar 1, 2024
1 parent b7c2688 commit 3f70ffe
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# [2.1.0-beta.3](https://github.com/Bugs5382/node-hl7-client/compare/v2.1.0-beta.2...v2.1.0-beta.3) (2024-03-01)


### Features

* fix exports for hl7 x2 ([52aa9b9](https://github.com/Bugs5382/node-hl7-client/commit/52aa9b9380c7c9ae2096a202f61d8a7e56305303))
* fix exports for hl7 x2 ([#85](https://github.com/Bugs5382/node-hl7-client/issues/85)) ([b7c2688](https://github.com/Bugs5382/node-hl7-client/commit/b7c2688feb7473c99f9ae1c15adceb770e2e4381))

# [2.1.0-beta.2](https://github.com/Bugs5382/node-hl7-client/compare/v2.1.0-beta.1...v2.1.0-beta.2) (2024-02-28)


Expand Down
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-hl7-client",
"version": "2.1.0-beta.2",
"version": "2.1.0-beta.3",
"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 All @@ -21,7 +21,9 @@
},
"typesVersions": {
"*": {
"hl7": ["lib/types/hl7"]
"hl7": [
"lib/types/hl7"
]
}
},
"files": [
Expand Down

0 comments on commit 3f70ffe

Please sign in to comment.