Fix typo in changelog (#269)

This commit is contained in:
Andrew Murray 2016-10-09 22:28:50 +11:00 committed by Jia Hao
parent 1286372f95
commit ef45732142
1 changed files with 2 additions and 2 deletions

View File

@ -60,7 +60,7 @@
6.12.0 / 2016-03-14
===================
* Try to retrive icons from `nativefier-icons` first before inferring
* Try to retrieve icons from `nativefier-icons` first before inferring
* Add progress bar
* Use `windows` and `osx` to specify platform
* Override output directory by default
@ -131,7 +131,7 @@
* Fix #103 App name should not be capitalized
* Remove electron prebuilt as a dev dependency to speed up ci builds
* Fix test for non darwin platforms
* Implement check for wine before attempting to pass icon to electron pacakger
* Implement check for wine before attempting to pass icon to electron packager
* Update gulpfile - Build tests in `gulp build` - Watch test files - Clean test files as well
* Implement automatic retrieval of png which resolves #16