Skip to content

Commit

Permalink
1.0.4
Browse files Browse the repository at this point in the history
- fixes maximum call stack error in node@8 (recursive problem)
  • Loading branch information
gabrielcsapo committed Nov 10, 2017
1 parent 18e27c3 commit 769d5af
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# 1.0.4 (11/09/2017)

- fixes `maximum call stack` error in node@8 (recursive problem)
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "freshy",
"version": "1.0.3",
"version": "1.0.4",
"description": "A node module (un|re)loader.",
"main": "index.js",
"directories": {
Expand Down

0 comments on commit 769d5af

Please sign in to comment.