From 6d4d8be6022e7167e023c8eed2957176a5e91006 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 14 Jul 2024 21:14:03 +0000 Subject: [PATCH] chore(release): 2.11.1 [skip ci] ## [2.11.1](https://github.com/Outburn-IL/fume-community/compare/v2.11.0...v2.11.1) (2024-07-14) ### Bug Fixes * add xml support to mapping route ([7321871](https://github.com/Outburn-IL/fume-community/commit/732187127138b63e1bf0ea82eb8ed20d51d7b066)) * promise not awaited ([7321871](https://github.com/Outburn-IL/fume-community/commit/732187127138b63e1bf0ea82eb8ed20d51d7b066)) ## [2.11.1](https://github.com/Outburn-IL/fume-community/compare/v2.11.0...v2.11.1) (2024-07-14) ### Bug Fixes * add xml support to mapping ([#92](https://github.com/Outburn-IL/fume-community/issues/92)) ([7321871](https://github.com/Outburn-IL/fume-community/commit/732187127138b63e1bf0ea82eb8ed20d51d7b066)) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8a216b8..7cf5e97 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fume-fhir-converter", - "version": "2.11.0", + "version": "2.11.1", "description": "FHIR-Utilized Mapping Engine - Community", "main": "dist/src/index.js", "types": "dist/src/index.d.ts",