Skip to content

Commit

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

### Features

* fix exports for hl7 ([440e885](440e885))
* fix exports for hl7 ([#84](#84)) ([bb94faf](bb94faf))
  • Loading branch information
semantic-release-bot committed Feb 28, 2024
1 parent bb94faf commit 8a812c4
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.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)


### Features

* fix exports for hl7 ([440e885](https://github.com/Bugs5382/node-hl7-client/commit/440e8855bd3a12cd3f3e2f8c8a04e5395448ee0a))
* fix exports for hl7 ([#84](https://github.com/Bugs5382/node-hl7-client/issues/84)) ([bb94faf](https://github.com/Bugs5382/node-hl7-client/commit/bb94faf8589c8caf89a43bc4e65e8406dfcccbcc))

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


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.1.0-beta.1",
"version": "2.1.0-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",
Expand Down

0 comments on commit 8a812c4

Please sign in to comment.