Skip to content

Commit

Permalink
Pin electron-builder version
Browse files Browse the repository at this point in the history
  • Loading branch information
yishn committed Apr 11, 2017
1 parent a1a6eb6 commit 548d349
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ All notable changes to this project will be documented in this file.

**Fixed**

* When encoding is not specified, Sabaki tries to infer the encoding from content instead of assuming ISO-8859-1 (Thanks to [@fohristiwhirl](https://github.com/fohristiwhirl)).
* When `CA` property is missing from an opened file, Sabaki previously saves it without correct UTF-8 `CA` property. This results in Sabaki opening these files in ISO-8859-1, not correctly displaying text. This is fixed now.

## [Sabaki v0.21.0][v0.21.0] (2017-03-30)
Expand Down Expand Up @@ -528,8 +529,8 @@ All notable changes to this project will be documented in this file.

First release

[unreleased]: https://github.com/yishn/Sabaki/compare/v0.30.0-beta...master
[v0.30.0]: https://github.com/yishn/Sabaki/compare/v0.21.0...v0.30.0-beta
[unreleased]: https://github.com/yishn/Sabaki/compare/v0.30.0...master
[v0.30.0]: https://github.com/yishn/Sabaki/compare/v0.21.0...v0.30.0
[v0.21.0]: https://github.com/yishn/Sabaki/compare/v0.20.2...v0.21.0
[v0.20.2]: https://github.com/yishn/Sabaki/compare/v0.20.1...v0.20.2
[v0.20.1]: https://github.com/yishn/Sabaki/compare/v0.20.0...v0.20.1
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
},
"devDependencies": {
"electron": "1.6.6",
"electron-builder": "^16.5.1",
"electron-builder": "~16.5.1",
"mocha": "^3.0.2",
"tmp": "~0.0.29"
},
Expand Down

0 comments on commit 548d349

Please sign in to comment.