Update changelog and add another birtday

This commit is contained in:
rejas 2020-03-09 18:24:27 +01:00
parent 82b50d3059
commit cafa4211a6
2 changed files with 2 additions and 0 deletions

View File

@ -25,6 +25,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- Run tests on long term support and latest stable version of nodejs
- Added the ability to configure a list of modules that shouldn't be update checked.
- Run linters on git commits
- Added date functionality to compliments: display birthday wishes or celebrate an anniversary
### Fixed
- Force declaration of public ip address in config file (ISSUE #1852)

View File

@ -30,6 +30,7 @@ Module.register("compliments", {
"Hi, sexy!"
],
date: [
["03-14", "Happy birthday, Albert Einstein!"],
["12-10", "Happy birthday, Ada Lovelace!"]
],
},