-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #20 from Klizzy/lcd-option-request-module
#14 - added changelog into readme
- Loading branch information
Showing
3 changed files
with
10 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -118,7 +118,7 @@ This application uses the provided API from [vrrf.finalrewind.org](https://vrrf. | |
|
||
## Feedback | ||
|
||
Its my first Open Source Project, so it would be nice if you share your experience with this module with me <a href="mailto:[email protected]">[email protected]</a>! | ||
It's my first Open Source Project, so it would be nice if you share your experience with this module with me <a href="mailto:[email protected]">[email protected]</a>! | ||
Feel free to suggest additional features and / or improvements. | ||
|
||
## Changelog | ||
|
@@ -169,3 +169,9 @@ Feel free to suggest additional features and / or improvements. | |
* Refactoring code to make it more readable | ||
* `setAttribute()` will now be used to set the configured value, instead of direct interaction with the properties | ||
* Set correct module version in `package.json` | ||
|
||
#### Version 1.6.4 | ||
|
||
* Added npm request dependency into module see [issue 14](https://github.com/Klizzy/MMM-Vrr/issues/14) | ||
* Added keywords into package.json | ||
* Added `package-lock.json` |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "Magic-Mirror-Module-Vrr", | ||
"version": "1.6.3", | ||
"version": "1.6.4", | ||
"description": "Displays the next departure times of Trains, subway and Busses from any city and station in the german federal state North Rhine-Westphalia", | ||
"main": "MMM-Vrr.js", | ||
"author": "Steven Zemelka <[email protected]>", | ||
|