Skip to content

Commit

Permalink
Merge pull request #20 from Klizzy/lcd-option-request-module
Browse files Browse the repository at this point in the history
#14 - added changelog into readme
  • Loading branch information
Klizzy authored Feb 6, 2023
2 parents edd7015 + 0a741d1 commit 5e56db8
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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`
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": "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]>",
Expand Down

0 comments on commit 5e56db8

Please sign in to comment.