Skip to content

Commit

Permalink
Merge pull request #136 from electron-userland/update-4-1-7
Browse files Browse the repository at this point in the history
v4.1.7
  • Loading branch information
jviotti committed Aug 12, 2019
2 parents ec8bf2c + 7c36793 commit fbcb791
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [4.1.7] - 2019-08-12

- Don't store data as UTF-8

## [4.1.6] - 2019-01-26

- Implement atomic writes
Expand Down Expand Up @@ -184,6 +188,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).

- Fix error when requiring this module from the renderer process.

[4.1.7]: https://github.com/electron-userland/electron-json-storage/compare/v4.1.6...v4.1.7
[4.1.6]: https://github.com/electron-userland/electron-json-storage/compare/v4.1.5...v4.1.6
[4.1.5]: https://github.com/electron-userland/electron-json-storage/compare/v4.1.4...v4.1.5
[4.1.4]: https://github.com/electron-userland/electron-json-storage/compare/v4.1.3...v4.1.4
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "electron-json-storage",
"version": "4.1.6",
"version": "4.1.7",
"description": "Easily write and read user settings in Electron apps",
"main": "lib/storage.js",
"homepage": "https://github.com/electron-userland/electron-json-storage",
Expand Down

0 comments on commit fbcb791

Please sign in to comment.