Skip to content

Commit

Permalink
chore(release): v3.0.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Bugs5382 authored and github-actions[bot] committed Nov 16, 2024
1 parent dccfad6 commit 11f6ae1
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1,18 @@
# Node HL7 Client

## v3.0.0 - 2024-11-16

#### What Changed 👀

- feat: drop semantic-release @Bugs5382 (#177)

#### 🚀 Features

- ci: fix draft release @Bugs5382 (#180)
- feat: 3.0.0 @Bugs5382 (#178)
- feat: update packages @Bugs5382 (#179)
- feat: codec MLLP @Bugs5382 (#176)

### Extra

**Full Changelog**: https://github.com/Bugs5382/node-hl7-client/compare/v3.0.0-beta.1...v3.0.0
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": "3.0.0-beta.1",
"version": "3.0.0",
"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 11f6ae1

Please sign in to comment.