diff --git a/.dockerignore b/.dockerignore index 237f99b5..9b968988 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1,6 +1,8 @@ node_modules/ compose/ +assets/ docs/ *.save npm-debug.log +payload.txt coverage/ diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ab0177f..97fe5100 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +v3.3.0 +------ +* fixes a bug where http transports would fail if not cased +* Updated documentation + v3.0.0 ------ * Migrates the timer module into a class - can run multiple servers in isolated clusters