Skip to content

Commit

Permalink
chore(release): 1.1.0-beta.4 [ci skip]
Browse files Browse the repository at this point in the history
# [1.1.0-beta.4](v1.1.0-beta.3...v1.1.0-beta.4) (2023-12-31)

### Features

* add stats to outbound connection ([#63](#63)) ([29f6a00](29f6a00))
* client stats and properties ([069f201](069f201)), closes [#47](#47)
* client stats and properties ([3d6bb3c](3d6bb3c))
  • Loading branch information
semantic-release-bot committed Dec 31, 2023
1 parent 29f6a00 commit 472ef07
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# [1.1.0-beta.4](https://github.com/Bugs5382/node-hl7-client/compare/v1.1.0-beta.3...v1.1.0-beta.4) (2023-12-31)


### Features

* add stats to outbound connection ([#63](https://github.com/Bugs5382/node-hl7-client/issues/63)) ([29f6a00](https://github.com/Bugs5382/node-hl7-client/commit/29f6a00143d3e6f996e76f1b2d255790e6a927f9))
* client stats and properties ([069f201](https://github.com/Bugs5382/node-hl7-client/commit/069f201daa0f8c994d918eb6a3d5d2d43a01e0fc)), closes [#47](https://github.com/Bugs5382/node-hl7-client/issues/47)
* client stats and properties ([3d6bb3c](https://github.com/Bugs5382/node-hl7-client/commit/3d6bb3c9dc103cfa6e08dd385101b01a5549be46))

# [1.1.0-beta.3](https://github.com/Bugs5382/node-hl7-client/compare/v1.1.0-beta.2...v1.1.0-beta.3) (2023-12-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": "1.1.0-beta.3",
"version": "1.1.0-beta.4",
"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 472ef07

Please sign in to comment.