Skip to content

Commit

Permalink
added changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjaminEckardt committed May 3, 2017
1 parent 1205f34 commit cdf9a33
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
## 1.1.0

### Features:
- cheerio load configurations can be set via `loadConfigurations` in config-loader
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ function load(filePath) {
}];
}

let loadConfigurations = {decodeEntities: false};
let loadConfigurations = { decodeEntities: false };

module.exports = {
load: load,
Expand Down

0 comments on commit cdf9a33

Please sign in to comment.