Skip to content

Commit

Permalink
Release v2.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
thealjey committed Sep 30, 2015
1 parent d5ca47c commit e91cec7
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
v2.0.4 - Wed, 30 Sep 2015 21:49:24 GMT
--------------------------------------

- [d5ca47c](../../commit/d5ca47c) [added] release tools
- [48cb016](../../commit/48cb016) [fixed] updated to NodeJS v4.1.1
- [3810bf5](../../commit/3810bf5) [added] eslintrc to support in-browser linting
- [00678b6](../../commit/00678b6) [fixed] do not include a "generated on" timestamp in the footer of the documentation files
- [421cdc1](../../commit/421cdc1) [fixed] only run tests after a successful build
- [505449e](../../commit/505449e) [fixed] added missing ignore rules to flowconfig
- [88873f3](../../commit/88873f3) [fixed] updated dependencies



### v2.0.2

* updated webcompiler to 1.3.0
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "simple-recursive-watch",
"version": "2.0.3",
"version": "2.0.4",
"description": "A simple cross platform recursive directory watcher for NodeJS, based on \"fs.watch\", but not relying on its \"recursive\" option.",
"main": "build/index.js",
"scripts": {
Expand Down

0 comments on commit e91cec7

Please sign in to comment.