diff --git a/CHANGELOG.md b/CHANGELOG.md index cb3c86d..6cb85d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [2.8.3](https://github.com/Chinlinlee/Burni/compare/v2.8.0...v2.8.3) (2024-02-06) + + +### Bug Fixes + +* [#11](https://github.com/Chinlinlee/Burni/issues/11) ([ba2e2d8](https://github.com/Chinlinlee/Burni/commit/ba2e2d8ca99f11ddc02a143f5d6993871859d742)) +* update API broken ([4867f30](https://github.com/Chinlinlee/Burni/commit/4867f301ebee1a1c50c1c42a9c7d976885e9302e)) + ### [2.8.2](https://github.com/Chinlinlee/Burni/compare/v2.8.0...v2.8.2) (2024-01-24) patch change diff --git a/package-lock.json b/package-lock.json index 323082d..60fd551 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "burni-fhir-server", - "version": "2.8.2", + "version": "2.8.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "burni-fhir-server", - "version": "2.8.2", + "version": "2.8.3", "license": "Apache-2.0 License", "dependencies": { "abort-controller": "^3.0.0", diff --git a/package.json b/package.json index d62d572..7b0f4aa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "burni-fhir-server", - "version": "2.8.2", + "version": "2.8.3", "description": "The simple FHIR server implements with nodejs-express and mongoose.", "main": "index.js", "scripts": {