Update changelog for `v8.0.3`

This commit is contained in:
Ronan Jouchet 2020-03-15 20:57:48 -04:00
parent f1f6dda4d1
commit 0a380bd0f4
2 changed files with 7 additions and 1 deletions

View File

@ -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 8.0.2 / 2020-03-15
================== ==================

View File

@ -1,6 +1,6 @@
{ {
"name": "nativefier", "name": "nativefier",
"version": "8.0.2", "version": "8.0.3",
"description": "Wrap web apps natively", "description": "Wrap web apps natively",
"license": "MIT", "license": "MIT",
"author": "Goh Jia Hao", "author": "Goh Jia Hao",