From 2b8f1390fbe45474d7c8bbd46f4f02f048c44f23 Mon Sep 17 00:00:00 2001 From: Ronan Jouchet Date: Tue, 31 Jul 2018 21:29:04 -0400 Subject: [PATCH] Update changelog for `v7.6.7` --- docs/changelog.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/docs/changelog.md b/docs/changelog.md index 8d7e374..e6d7bab 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,4 +1,13 @@ +7.6.7 / 2018-07-31 +================== + + * Fix broken `--version` (issue #660) + * Bump default Electron to 2.0.6 + * **Upcoming compatibility break notice:** + **Nativefier may still work with node 4.x & 5.x, but <6.x is no longer tested.** + **Minimum node version will be enforced to >=6.x at some point soon.** + 7.6.6 / 2018-07-22 ================== diff --git a/package.json b/package.json index 8743c67..3e07cd3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nativefier", - "version": "7.6.6", + "version": "7.6.7", "description": "Wrap web apps natively", "keywords": [ "desktop",