Skip to content

Commit

Permalink
chore(release): 1.0.0-beta.9 [ci skip]
Browse files Browse the repository at this point in the history
# [1.0.0-beta.9](v1.0.0-beta.8...v1.0.0-beta.9) (2023-12-18)

### Features

* all specs ([4bdf8fd](4bdf8fd)), closes [#12](#12)
* MSH, BHS, and FHS ([02dd239](02dd239))
  • Loading branch information
semantic-release-bot committed Dec 18, 2023
1 parent 774e96a commit 33d8f2e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# [1.0.0-beta.9](https://github.com/Bugs5382/node-hl7-client/compare/v1.0.0-beta.8...v1.0.0-beta.9) (2023-12-18)


### Features

* all specs ([4bdf8fd](https://github.com/Bugs5382/node-hl7-client/commit/4bdf8fd510920e933ecf45589d63494e87f7596e)), closes [#12](https://github.com/Bugs5382/node-hl7-client/issues/12)
* MSH, BHS, and FHS ([02dd239](https://github.com/Bugs5382/node-hl7-client/commit/02dd239b66ea6cab8aef1d04d39b4728d546ed66))

# [1.0.0-beta.8](https://github.com/Bugs5382/node-hl7-client/compare/v1.0.0-beta.7...v1.0.0-beta.8) (2023-12-16)


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": "0.0.0-development",
"version": "1.0.0-beta.9",
"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 33d8f2e

Please sign in to comment.