Skip to content

Commit

Permalink
Merge pull request #51 from fewieden/develop
Browse files Browse the repository at this point in the history
2.4.0
  • Loading branch information
fewieden committed Dec 22, 2023
2 parents e271394 + 760250b commit c251fd7
Show file tree
Hide file tree
Showing 4 changed files with 199 additions and 98 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,13 @@
# MMM-NHL Changelog

## [2.4.0]

Thanks to @parnic @dannoh for their contributions.

### Fixed

* Updated module to work with the new NHL API.

## [2.3.1]

Thanks to @parnic @dannoh @timpeer for their contributions.
Expand Down
6 changes: 3 additions & 3 deletions MMM-NHL.js
Expand Up @@ -31,9 +31,9 @@ Module.register('MMM-NHL', {
* @member {object.<string, string>} modes - Maps mode short codes to names.
*/
modes: {
PR: 'Pre-season',
R: 'Regular season',
P: 'Playoffs',
1: 'Pre-season',
2: 'Regular season',
3: 'Playoffs',
},

/**
Expand Down

0 comments on commit c251fd7

Please sign in to comment.