From 4a0125d3873de7fb4dc14b6b181c79736bbb47a7 Mon Sep 17 00:00:00 2001 From: chinlinlee Date: Wed, 24 Jan 2024 18:49:13 +0800 Subject: [PATCH] chore: release v2.8.2 --- CHANGELOG.md | 3 +++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 85853ef0..cb3c86d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ 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.2](https://github.com/Chinlinlee/Burni/compare/v2.8.0...v2.8.2) (2024-01-24) +patch change + ### [2.8.1](https://github.com/Chinlinlee/Burni/compare/v2.8.0...v2.8.1) (2023-10-27) diff --git a/package-lock.json b/package-lock.json index b0ee93fb..1e62036e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "burni-fhir-server", - "version": "2.8.1", + "version": "2.8.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "burni-fhir-server", - "version": "2.8.1", + "version": "2.8.2", "license": "Apache-2.0 License", "dependencies": { "abort-controller": "^3.0.0", diff --git a/package.json b/package.json index e9deb35b..fc5cec09 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "burni-fhir-server", - "version": "2.8.1", + "version": "2.8.2", "description": "The simple FHIR server implements with nodejs-express and mongoose.", "main": "index.js", "scripts": {