Skip to content

Commit

Permalink
chore(release): 2.0.0 [ci skip]
Browse files Browse the repository at this point in the history
# [2.0.0](v1.1.3...v2.0.0) (2024-02-04)

### Features

* better error reporting ([#73](#73)) ([f5707ae](f5707ae))
* closeAll ([9921ad1](9921ad1))
* fix connection issues ([e5a9ae6](e5a9ae6))
* fix error reporting issue ([414276a](414276a))
* fix send message connection issue ([#74](#74)) ([502dedc](502dedc))
* fixing exceptions ([ceb001d](ceb001d))
* fixing timeouts, etc. ([b4a7921](b4a7921))
* HL7Outbound is now Connection ([23dbbf5](23dbbf5))
* node 20 ([f9345c0](f9345c0))
* remove jest in favor or vitest ([e6bf557](e6bf557))
* remove jest in favor or vitest x2 ([78ccccb](78ccccb))

### BREAKING CHANGES

* Node 20 Only
* - HL7Outbound renamed Connection
* - sendMessage now handles the connection to the server
  • Loading branch information
semantic-release-bot committed Feb 4, 2024
1 parent 0bb8565 commit 095676a
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
# [2.0.0](https://github.com/Bugs5382/node-hl7-client/compare/v1.1.3...v2.0.0) (2024-02-04)


### Features

* better error reporting ([#73](https://github.com/Bugs5382/node-hl7-client/issues/73)) ([f5707ae](https://github.com/Bugs5382/node-hl7-client/commit/f5707aed9c2bed71dd783f6a632f791ce4203127))
* closeAll ([9921ad1](https://github.com/Bugs5382/node-hl7-client/commit/9921ad187e2a18a5a0d98b3cb9a04c18d4fe5a01))
* fix connection issues ([e5a9ae6](https://github.com/Bugs5382/node-hl7-client/commit/e5a9ae68d9988e3ea3bc6a8965e2d02786141bf6))
* fix error reporting issue ([414276a](https://github.com/Bugs5382/node-hl7-client/commit/414276af1a207b4d781d0a0b277d0808251fc83d))
* fix send message connection issue ([#74](https://github.com/Bugs5382/node-hl7-client/issues/74)) ([502dedc](https://github.com/Bugs5382/node-hl7-client/commit/502dedc4015dec69a4e0e216f17fb7820052cfd8))
* fixing exceptions ([ceb001d](https://github.com/Bugs5382/node-hl7-client/commit/ceb001d41c8e657b3e7868a1392dc546772ace99))
* fixing timeouts, etc. ([b4a7921](https://github.com/Bugs5382/node-hl7-client/commit/b4a79213174a7889fb9e7ef2ad86b9a04ebb1afa))
* HL7Outbound is now Connection ([23dbbf5](https://github.com/Bugs5382/node-hl7-client/commit/23dbbf5bf66bc2fbdd898abc7978c019fa316338))
* node 20 ([f9345c0](https://github.com/Bugs5382/node-hl7-client/commit/f9345c059a4d9283bbed8a5597398d328f8d664a))
* remove jest in favor or vitest ([e6bf557](https://github.com/Bugs5382/node-hl7-client/commit/e6bf557ab075d5cfe9416c1784a64e8ead2f7650))
* remove jest in favor or vitest x2 ([78ccccb](https://github.com/Bugs5382/node-hl7-client/commit/78ccccb551821395dc4e55269b41019c1f7a52eb))


### BREAKING CHANGES

* Node 20 Only
* - HL7Outbound renamed Connection
* - sendMessage now handles the connection to the server

# [1.2.0-beta.1](https://github.com/Bugs5382/node-hl7-client/compare/v1.1.3...v1.2.0-beta.1) (2024-01-22)


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.2.0-beta.1",
"version": "2.0.0",
"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 095676a

Please sign in to comment.