From 14292ff620839ee5ef80c05d30ab0bf2b1e30da0 Mon Sep 17 00:00:00 2001 From: chin Date: Sun, 23 Jan 2022 15:59:55 +0800 Subject: [PATCH] chore: release v2.3.1 --- CHANGELOG.md | 7 +++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 14c67891..b62fb680 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.3.1](https://github.com/Chinlinlee/Burni/compare/v2.3.0...v2.3.1) (2022-01-23) + + +### Bug Fixes + +* incorrect data type of `Date` when choice type[x] ([d32cb2d](https://github.com/Chinlinlee/Burni/commit/d32cb2d13ce289c4f750e3b0225404343f16065a)) + ## [2.3.0](https://github.com/Chinlinlee/Burni/compare/v2.2.0...v2.3.0) (2022-01-22) diff --git a/package-lock.json b/package-lock.json index 684a0ac3..6cff3f2f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "burni-fhir-server", - "version": "2.3.0", + "version": "2.3.1", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 16eda3b7..75be22e8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "burni-fhir-server", - "version": "2.3.0", + "version": "2.3.1", "description": "The simple FHIR server implements with nodejs-express and mongoose.", "main": "index.js", "scripts": {