From 6a072da93245e35c8ce2908217c2bb703bddde6a Mon Sep 17 00:00:00 2001 From: chin Date: Sun, 13 Nov 2022 00:37:52 +0800 Subject: [PATCH] chore: release v2.7.1 --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 878c6254..b23ae9f9 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.1](https://github.com/Chinlinlee/Burni/compare/v2.7.0...v2.7.1) (2022-11-12) + + +### Bug Fixes + +* **ci:** cannot build docker image ([f8afb34](https://github.com/Chinlinlee/Burni/commit/f8afb3417d7bb4cac8ab7ecd9e8134c28ac4f74e)) + ## [2.7.0](https://github.com/Chinlinlee/Burni/compare/v2.6.0...v2.7.0) (2022-11-12) diff --git a/package-lock.json b/package-lock.json index 23895109..d8f3c7e2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "burni-fhir-server", - "version": "2.7.0", + "version": "2.7.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "burni-fhir-server", - "version": "2.7.0", + "version": "2.7.1", "license": "Apache-2.0 License", "dependencies": { "abort-controller": "^3.0.0", diff --git a/package.json b/package.json index ed5bf1f7..bfdbc798 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "burni-fhir-server", - "version": "2.7.0", + "version": "2.7.1", "description": "The simple FHIR server implements with nodejs-express and mongoose.", "main": "index.js", "scripts": {