Skip to content

Commit

Permalink
Merge pull request #1169 from cmu-delphi/release/v3.2.0
Browse files Browse the repository at this point in the history
Release v3.2.0
  • Loading branch information
krivard authored Mar 7, 2022
2 parents 917606b + e5edd44 commit 678f57c
Show file tree
Hide file tree
Showing 12 changed files with 331 additions and 83 deletions.
4 changes: 2 additions & 2 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": "www-covidcast",
"version": "3.0.3",
"version": "3.2.0",
"private": true,
"license": "MIT",
"description": "",
Expand Down
1 change: 1 addition & 0 deletions scripts/generateDescriptions.js
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ function convertDescriptions(code) {
casesOrDeathSignals: parseNestedOrString,
mapTitleText: parseNestedOrString,
unitShort: (v) => v || '',
ageStratifications: parseArray,
});
});
fs.writeFileSync('./src/stores/descriptions.generated.json', JSON.stringify(entries, null, 2));
Expand Down
Loading

0 comments on commit 678f57c

Please sign in to comment.