Skip to content

Commit

Permalink
Merge pull request #236 from MeasureAuthoringTool/MAT-7945
Browse files Browse the repository at this point in the history
Release 1.4.19
  • Loading branch information
ethankaplan authored Dec 4, 2024
2 parents 79f967b + e746822 commit d8e705e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
16 changes: 8 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@madie/madie-models",
"version": "1.4.18",
"version": "1.4.19",
"description": "Models for MADiE Project",
"scripts": {
"build": "tsc",
Expand Down
1 change: 1 addition & 0 deletions src/Measure.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ export interface Group {
groupDescription?: string;
rateAggregation?: string;
improvementNotation?: string;
improvementNotationDescription?: string;
scoringUnit?: string;
stratifications?: Stratification[];
measureGroupTypes: MeasureGroupTypes[];
Expand Down

0 comments on commit d8e705e

Please sign in to comment.