Skip to content

Commit

Permalink
chore(release): 3.0.0-beta.1 [ci skip]
Browse files Browse the repository at this point in the history
# [3.0.0-beta.1](v2.3.1...v3.0.0-beta.1) (2024-10-31)

### Features

* client connection ([e6ee6a3](e6ee6a3)), closes [#169](#169)
* client connection ([#175](#175)) ([aeb4108](aeb4108))

### BREAKING CHANGES

* Default now set to be always connected. Must set connectionTimeout, if you want your client to disconnect after a certain time. The max is still 60 seconds.
  • Loading branch information
semantic-release-bot committed Oct 31, 2024
1 parent aeb4108 commit e66b85a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [3.0.0-beta.1](https://github.com/Bugs5382/node-hl7-client/compare/v2.3.1...v3.0.0-beta.1) (2024-10-31)


### Features

* client connection ([e6ee6a3](https://github.com/Bugs5382/node-hl7-client/commit/e6ee6a3a05a1eb216c919428a626cbf900a8b04a)), closes [#169](https://github.com/Bugs5382/node-hl7-client/issues/169)
* client connection ([#175](https://github.com/Bugs5382/node-hl7-client/issues/175)) ([aeb4108](https://github.com/Bugs5382/node-hl7-client/commit/aeb4108afc62d2dec25de21b8787a3456ab970f6))


### BREAKING CHANGES

* Default now set to be always connected. Must set connectionTimeout, if you want your client to disconnect after a certain time. The max is still 60 seconds.

## [2.3.1](https://github.com/Bugs5382/node-hl7-client/compare/v2.3.0...v2.3.1) (2024-06-25)


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.1",
"version": "3.0.0-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 e66b85a

Please sign in to comment.