diff --git a/CHANGELOG.md b/CHANGELOG.md index b23ae9f..a723566 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.7.2](https://github.com/Chinlinlee/Burni/compare/v2.7.1...v2.7.2) (2022-11-12) + + +### Bug Fixes + +* return empty body when pass validation ([fc55319](https://github.com/Chinlinlee/Burni/commit/fc55319637be3aa4060410098476ed101a7e62e2)) + ### [2.7.1](https://github.com/Chinlinlee/Burni/compare/v2.7.0...v2.7.1) (2022-11-12) diff --git a/package-lock.json b/package-lock.json index d8f3c7e..6f1f581 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "burni-fhir-server", - "version": "2.7.1", + "version": "2.7.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "burni-fhir-server", - "version": "2.7.1", + "version": "2.7.2", "license": "Apache-2.0 License", "dependencies": { "abort-controller": "^3.0.0", diff --git a/package.json b/package.json index bfdbc79..ff9e52f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "burni-fhir-server", - "version": "2.7.1", + "version": "2.7.2", "description": "The simple FHIR server implements with nodejs-express and mongoose.", "main": "index.js", "scripts": {