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",