diff --git a/CHANGELOG.md b/CHANGELOG.md index e5864eac..85853ef0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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.1](https://github.com/Chinlinlee/Burni/compare/v2.8.0...v2.8.1) (2023-10-27) + + +### Bug Fixes + +* update API broken ([4867f30](https://github.com/Chinlinlee/Burni/commit/4867f301ebee1a1c50c1c42a9c7d976885e9302e)) + ## [2.8.0](https://github.com/Chinlinlee/Burni/compare/v2.7.2...v2.8.0) (2023-10-10) diff --git a/package-lock.json b/package-lock.json index ae08623a..0d685cfc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "burni-fhir-server", - "version": "2.8.0", + "version": "2.8.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "burni-fhir-server", - "version": "2.8.0", + "version": "2.8.1", "license": "Apache-2.0 License", "dependencies": { "abort-controller": "^3.0.0", diff --git a/package.json b/package.json index a01524f3..d006eb84 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "burni-fhir-server", - "version": "2.8.0", + "version": "2.8.1", "description": "The simple FHIR server implements with nodejs-express and mongoose.", "main": "index.js", "scripts": {