Skip to content

Commit

Permalink
chore(release): 2.0.0 [ci skip]
Browse files Browse the repository at this point in the history
# [2.0.0](v1.2.0...v2.0.0) (2024-02-04)

### Bug Fixes

* ci actions ([#22](#22)) ([1005c6a](1005c6a))

### Features

* first batch of changes ([8af49c5](8af49c5))
* first batch of changes ([#19](#19)) ([3aa061f](3aa061f))
* v2.0.0 ([#20](#20)) ([5a54975](5a54975))

### BREAKING CHANGES

* - node 20

[ci skip]
* - node 20

[ci skip]
  • Loading branch information
semantic-release-bot committed Feb 4, 2024
1 parent 1005c6a commit f5e0df3
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
# [2.0.0](https://github.com/Bugs5382/fastify-hl7/compare/v1.2.0...v2.0.0) (2024-02-04)


### Bug Fixes

* ci actions ([#22](https://github.com/Bugs5382/fastify-hl7/issues/22)) ([1005c6a](https://github.com/Bugs5382/fastify-hl7/commit/1005c6ad83c5e7ca8e09d975b790f71f856447f1))


### Features

* first batch of changes ([8af49c5](https://github.com/Bugs5382/fastify-hl7/commit/8af49c5cd91436e56913e50cd9d618ed55027b30))
* first batch of changes ([#19](https://github.com/Bugs5382/fastify-hl7/issues/19)) ([3aa061f](https://github.com/Bugs5382/fastify-hl7/commit/3aa061ffd1cd42a798fa1e776b046e9eca31c339))
* v2.0.0 ([#20](https://github.com/Bugs5382/fastify-hl7/issues/20)) ([5a54975](https://github.com/Bugs5382/fastify-hl7/commit/5a54975738da4faf1c29e06b86b2106a6cce5b42))


### BREAKING CHANGES

* - node 20

[ci skip]
* - node 20

[ci skip]

# [1.2.0](https://github.com/Bugs5382/fastify-hl7/compare/v1.1.4...v1.2.0) (2024-01-18)


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.2.0",
"version": "2.0.0",
"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 f5e0df3

Please sign in to comment.