From a03b7d9e1edf82169af161fd418a55d29349bbe0 Mon Sep 17 00:00:00 2001 From: Chris Moesel Date: Fri, 11 Oct 2024 11:38:24 -0400 Subject: [PATCH 1/2] Implements FSH 3.0.0 --- src/app.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app.ts b/src/app.ts index a8632b3ea..f08ffe48c 100644 --- a/src/app.ts +++ b/src/app.ts @@ -36,7 +36,7 @@ import { updateConfig } from './utils'; -const FSH_VERSION = '3.0.0-ballot'; +const FSH_VERSION = '3.0.0'; function logUnexpectedError(e: Error) { logger.error(`SUSHI encountered the following unexpected error: ${e.message}`); From 9d985d54647ccf1457750cab79acae4852fe2edc Mon Sep 17 00:00:00 2001 From: Chris Moesel Date: Fri, 11 Oct 2024 11:39:32 -0400 Subject: [PATCH 2/2] Bump version to 3.12.0 --- npm-shrinkwrap.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index d61f0975b..3ea6c2563 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "fsh-sushi", - "version": "3.11.1", + "version": "3.12.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "fsh-sushi", - "version": "3.11.1", + "version": "3.12.0", "license": "Apache-2.0", "dependencies": { "ajv": "^8.17.1", diff --git a/package.json b/package.json index 0cf843680..9dba3ebd9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fsh-sushi", - "version": "3.11.1", + "version": "3.12.0", "description": "Sushi Unshortens Short Hand Inputs (FSH Compiler)", "scripts": { "build": "del-cli dist && tsc && copyfiles -u 3 \"src/utils/init-project/*\" dist/utils/init-project",