From 706fcc94ba420e83e6c8b7447945db9bff07a545 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 13 Jul 2024 20:51:33 +0000 Subject: [PATCH] chore(release): 2.11.0 [skip ci] # [2.11.0](https://github.com/Outburn-IL/fume-community/compare/v2.10.4...v2.11.0) (2024-07-13) ### Bug Fixes * throw an error on unsupported content types ([cbd4f7b](https://github.com/Outburn-IL/fume-community/commit/cbd4f7bc7b4fa2eb19be9dd9cbb7ae52f127fe9c)) ### Features * handle xml ([c0489c7](https://github.com/Outburn-IL/fume-community/commit/c0489c71ea793a3b39d7bfc7a52078097c6afd82)) # [2.11.0](https://github.com/Outburn-IL/fume-community/compare/v2.10.4...v2.11.0) (2024-07-13) ### Bug Fixes * throw an error on unsupported content types ([cbd4f7b](https://github.com/Outburn-IL/fume-community/commit/cbd4f7bc7b4fa2eb19be9dd9cbb7ae52f127fe9c)) ### Features * handle xml ([c0489c7](https://github.com/Outburn-IL/fume-community/commit/c0489c71ea793a3b39d7bfc7a52078097c6afd82)) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2bfa94d..8a216b8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fume-fhir-converter", - "version": "2.10.4", + "version": "2.11.0", "description": "FHIR-Utilized Mapping Engine - Community", "main": "dist/src/index.js", "types": "dist/src/index.d.ts",