From 0a380bd0f433b9c9e4b6b42decd970b3c3a093df Mon Sep 17 00:00:00 2001 From: Ronan Jouchet Date: Sun, 15 Mar 2020 20:57:48 -0400 Subject: [PATCH] Update changelog for `v8.0.3` --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a3d628e..f610a18 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,10 @@ +8.0.3 / 2020-03-15 +================== + + * Attempt to fix failing to install due to app yarn install (#923) + See https://github.com/jiahaog/nativefier/pull/898#issuecomment-583865045 . + 8.0.2 / 2020-03-15 ================== diff --git a/package.json b/package.json index 15073d3..88d3198 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nativefier", - "version": "8.0.2", + "version": "8.0.3", "description": "Wrap web apps natively", "license": "MIT", "author": "Goh Jia Hao",