Skip to content

Commit

Permalink
chore(release): 1.1.2-beta.1 [ci skip]
Browse files Browse the repository at this point in the history
## [1.1.2-beta.1](v1.1.1...v1.1.2-beta.1) (2024-01-10)

### Bug Fixes

* major error in batch processing ([b303d01](b303d01))
  • Loading branch information
semantic-release-bot committed Jan 10, 2024
1 parent b303d01 commit 795884d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.1.2-beta.1](https://github.com/Bugs5382/node-hl7-client/compare/v1.1.1...v1.1.2-beta.1) (2024-01-10)


### Bug Fixes

* major error in batch processing ([b303d01](https://github.com/Bugs5382/node-hl7-client/commit/b303d01b15525289b0219b4f17641683381cb5ab))

## [1.1.1-beta.1](https://github.com/Bugs5382/node-hl7-client/compare/v1.1.0...v1.1.1-beta.1) (2024-01-08)

### Bug Fixes
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.1",
"version": "1.1.2-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 795884d

Please sign in to comment.