From ca357aeb764eec4e749aad77f232993acee18650 Mon Sep 17 00:00:00 2001 From: Chris Moesel Date: Tue, 31 Dec 2024 17:13:33 -0500 Subject: [PATCH] v2.5.0 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0256f2c..8361da4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "gofsh", - "version": "2.4.0", + "version": "2.5.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "gofsh", - "version": "2.4.0", + "version": "2.5.0", "license": "Apache-2.0", "dependencies": { "antlr4": "^4.13.2", diff --git a/package.json b/package.json index 5ca9958..7df10c4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gofsh", - "version": "2.4.0", + "version": "2.5.0", "description": "GoFSH is a FHIR Shorthand (FSH) decompiler, able to convert formal FHIR definitions from JSON to FSH.", "main": "dist/index.js", "scripts": {