Skip to content

Commit

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

### Features

* additional checks in timeout ([#83](#83)) ([21d8e64](21d8e64))
* possible correction in 'timeout' ([9d96944](9d96944))
* updated packages [ci skip] ([abae69e](abae69e))
  • Loading branch information
semantic-release-bot committed Feb 28, 2024
1 parent 21d8e64 commit e94f671
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 @@
# [2.1.0-beta.1](https://github.com/Bugs5382/node-hl7-client/compare/v2.0.0...v2.1.0-beta.1) (2024-02-28)


### Features

* additional checks in timeout ([#83](https://github.com/Bugs5382/node-hl7-client/issues/83)) ([21d8e64](https://github.com/Bugs5382/node-hl7-client/commit/21d8e64c4cdf426b0103d0a517a162952fdf7818))
* possible correction in 'timeout' ([9d96944](https://github.com/Bugs5382/node-hl7-client/commit/9d96944428038946321543851725cb93dfe8c7f0))
* updated packages [ci skip] ([abae69e](https://github.com/Bugs5382/node-hl7-client/commit/abae69e0c14ab34f4c4ee1cfc386f10c5f1f5795))

# [2.0.0-beta.1](https://github.com/Bugs5382/node-hl7-client/compare/v1.2.0-beta.1...v2.0.0-beta.1) (2024-02-03)


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.0.0",
"version": "2.1.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 e94f671

Please sign in to comment.