diff --git a/CHANGELOG.md b/CHANGELOG.md index 5464f1b..c7e235f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.0.0-beta.13](https://github.com/Bugs5382/node-hl7-client/compare/v1.0.0-beta.12...v1.0.0-beta.13) (2023-12-20) + + +### Features + +* added date into options ([7f1399a](https://github.com/Bugs5382/node-hl7-client/commit/7f1399a6f7e889c4f6fa3d1874a3644615ceb3b0)) + # [1.0.0-beta.12](https://github.com/Bugs5382/node-hl7-client/compare/v1.0.0-beta.11...v1.0.0-beta.12) (2023-12-20) diff --git a/package.json b/package.json index 0e7d449..79a903e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "node-hl7-client", - "version": "1.0.0-beta.12", + "version": "1.0.0-beta.13", "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",