From 0baa499758b117bac136cf1c33b2f8e3c8b235e6 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 26 May 2024 20:50:29 +0000 Subject: [PATCH] chore(release): 2.3.0 [skip ci] # [2.3.0](https://github.com/Outburn-IL/fume-community/compare/v2.2.0...v2.3.0) (2024-05-26) ### Bug Fixes * consider empty strings as empty ([9239a06](https://github.com/Outburn-IL/fume-community/commit/9239a062973cc9c2aa2cf0504ea58a15f839099a)) * package lock ([9239a06](https://github.com/Outburn-IL/fume-community/commit/9239a062973cc9c2aa2cf0504ea58a15f839099a)) ### Features * added $capabilities() function ([9239a06](https://github.com/Outburn-IL/fume-community/commit/9239a062973cc9c2aa2cf0504ea58a15f839099a)) # [2.3.0](https://github.com/Outburn-IL/fume-community/compare/v2.2.0...v2.3.0) (2024-05-26) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a807ebd..273e284 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fume-fhir-converter", - "version": "2.2.0", + "version": "2.3.0", "description": "FHIR-Utilized Mapping Engine - Community", "main": "dist/src/index.js", "types": "dist/src/index.d.ts",