Skip to content
This repository was archived by the owner on Apr 26, 2026. It is now read-only.

Commit 1fb4c64

Browse files
chore(release): 3.0.0-beta.1 [ci skip]
# [3.0.0-beta.1](v2.5.0-beta.1...v3.0.0-beta.1) (2024-09-21) * 103 feat allow overriding response msh content ([#107](https://github.com/Bugs5382/node-hl7-server/issues/107)) ([ba7ec92](ba7ec92)) ### Features * Allow overriding response MSH content [#103](https://github.com/Bugs5382/node-hl7-server/issues/103) ([b208429](b208429)) * Allow overriding response MSH content [#103](https://github.com/Bugs5382/node-hl7-server/issues/103) ([#106](https://github.com/Bugs5382/node-hl7-server/issues/106)) ([1dcef70](1dcef70)) ### BREAKING CHANGES * MSH Override Changes * MSH Override Changes
1 parent ba7ec92 commit 1fb4c64

2 files changed

Lines changed: 18 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
# [3.0.0-beta.1](https://github.com/Bugs5382/node-hl7-server/compare/v2.5.0-beta.1...v3.0.0-beta.1) (2024-09-21)
2+
3+
4+
* 103 feat allow overriding response msh content ([#107](https://github.com/Bugs5382/node-hl7-server/issues/107)) ([ba7ec92](https://github.com/Bugs5382/node-hl7-server/commit/ba7ec92f9626146464e1071230c37fc6a2fa1026))
5+
6+
7+
### Features
8+
9+
* Allow overriding response MSH content [#103](https://github.com/Bugs5382/node-hl7-server/issues/103) ([b208429](https://github.com/Bugs5382/node-hl7-server/commit/b2084293a0f94dbd26ee75bc4eb78b3c6a2c8c00))
10+
* Allow overriding response MSH content [#103](https://github.com/Bugs5382/node-hl7-server/issues/103) ([#106](https://github.com/Bugs5382/node-hl7-server/issues/106)) ([1dcef70](https://github.com/Bugs5382/node-hl7-server/commit/1dcef70849ba17feec1209134cd4b16dc4c1c232))
11+
12+
13+
### BREAKING CHANGES
14+
15+
* MSH Override Changes
16+
* MSH Override Changes
17+
118
# [2.5.0-beta.1](https://github.com/Bugs5382/node-hl7-server/compare/v2.4.1...v2.5.0-beta.1) (2024-08-20)
219

320

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-hl7-server",
3-
"version": "2.5.0-beta.1",
3+
"version": "3.0.0-beta.1",
44
"description": "Node.js client library for creating a HL7 Server which can accept incoming a properly formatted HL7 message(s), and then parses the HL7 message. Once the message has been parsed you can then do something with the final result that you so desire.",
55
"module": "./lib/esm/index.js",
66
"main": "./lib/cjs/index.js",

0 commit comments

Comments
 (0)