Skip to content

Commit

Permalink
Merge pull request #210 from MeasureAuthoringTool/MAT-6823
Browse files Browse the repository at this point in the history
Release 1.3.50 MAT-6823 QDM Improvement Notation text field
  • Loading branch information
adongare authored Mar 29, 2024
2 parents 37b978a + 0979b1a commit 9888c6f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.3.49",
"version": "1.3.50",
"description": "Models for MADiE Project",
"scripts": {
"build": "tsc",
Expand Down
2 changes: 1 addition & 1 deletion src/Measure.ts
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,6 @@ export interface Measure {
rateAggregation?: string;
measureSet?: MeasureSet;
improvementNotation?: string;
improvementNotationOther?: string;
improvementNotationDescription?: string;
testCaseConfiguration?: TestCaseConfiguration;
}

0 comments on commit 9888c6f

Please sign in to comment.