Skip to content

Commit

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

### Features

* added functions that get ([c68830e](c68830e))
* added functions that get ([#3](#3)) ([d94ea96](d94ea96))
  • Loading branch information
semantic-release-bot committed Dec 30, 2023
1 parent d94ea96 commit b772290
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.2](https://github.com/Bugs5382/fastify-hl7/compare/v1.0.0-beta.1...v1.0.0-beta.2) (2023-12-30)


### Features

* added functions that get ([c68830e](https://github.com/Bugs5382/fastify-hl7/commit/c68830ed6397d1bb71ad6a7720e92eaafca8e2ce))
* added functions that get ([#3](https://github.com/Bugs5382/fastify-hl7/issues/3)) ([d94ea96](https://github.com/Bugs5382/fastify-hl7/commit/d94ea96c63726c8b6e79d52df1fb48414b1e1138))

# 1.0.0-beta.1 (2023-12-29)


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": "fastify-hl7",
"version": "1.0.0-beta.1",
"version": "1.0.0-beta.2",
"description": "A Fastify HL7 Plugin Developed in Pure TypeScript.",
"module": "./lib/esm/index.js",
"main": "./lib/cjs/index.js",
Expand Down

0 comments on commit b772290

Please sign in to comment.