Skip to content

Commit

Permalink
Merge pull request #229 from MeasureAuthoringTool/MAT-7464
Browse files Browse the repository at this point in the history
Release 1.4.15
  • Loading branch information
adongare authored Aug 26, 2024
2 parents 8882ee8 + d46b09b commit f189b23
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 11 deletions.
20 changes: 10 additions & 10 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.14",
"version": "1.4.15",
"description": "Models for MADiE Project",
"scripts": {
"build": "tsc",
Expand Down
1 change: 1 addition & 0 deletions src/IncludedLibrary.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
export default interface IncludedLibrary {
name: string;
version: string;
alias: string;
}

0 comments on commit f189b23

Please sign in to comment.