From af19fc129a71c311e5b91f4c3bcc661d73f21e48 Mon Sep 17 00:00:00 2001 From: "Alexander J. Lallier" Date: Sun, 2 Dec 2018 15:00:05 -0500 Subject: [PATCH] 2.4.0 --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ab3a8f6..1aeb355 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +2.4.0 / 2018-12-02 +------------------ +* Added new `-f` or `--fallback` command-line flag. See: MR https://github.com/alallier/reload/pull/167. Issue: https://github.com/alallier/reload/issues/164 +* Allow HTML pages to be routed with `.html`. See: MR https://github.com/alallier/reload/pull/167. Issue: https://github.com/alallier/reload/issues/166 + 2.3.1 / 2018-08-06 ------------------ diff --git a/package.json b/package.json index 55f0708..1b09e16 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "reload", - "version": "2.3.1", + "version": "2.4.0", "description": "Node.js module to refresh and reload your code in your browser when your code changes. No browser plugins required.", "repository": { "type": "git",