From c06aede1c983ac938ed49db9552ff54c6f677ce1 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 14 Apr 2024 11:23:18 +0000 Subject: [PATCH] chore(release): 2.1.0 [skip ci] # [2.1.0](https://github.com/Outburn-IL/fume-community/compare/v2.0.12...v2.1.0) (2024-04-14) ### Features * added $capabilities() function ([#62](https://github.com/Outburn-IL/fume-community/issues/62)) ([977600a](https://github.com/Outburn-IL/fume-community/commit/977600a4fbdf4c1ff7ee47fbf523364063421a11)) # [2.1.0](https://github.com/Outburn-IL/fume-community/compare/v2.0.12...v2.1.0) (2024-04-14) ### Features * added $capabilities() function ([#62](https://github.com/Outburn-IL/fume-community/issues/62)) ([977600a](https://github.com/Outburn-IL/fume-community/commit/977600a4fbdf4c1ff7ee47fbf523364063421a11)) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 126095b..9828106 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fume-fhir-converter", - "version": "2.0.12", + "version": "2.1.0", "description": "FHIR-Utilized Mapping Engine - Community", "main": "dist/src/index.js", "types": "dist/src/index.d.ts",