Skip to content

Commit

Permalink
Merge pull request #153 from electron-userland/4-3-0
Browse files Browse the repository at this point in the history
v4.3.0
  • Loading branch information
jviotti committed Nov 4, 2020
2 parents 7db6c05 + a3d9dba commit c542d0c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
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.3.0] - 2020-11-04

- Add a `prettyPrinting` option to `.set()`

## [4.2.0] - 2020-07-09

- Support a `validate` boolean option in `.set()` to validate writes by reading
Expand Down Expand Up @@ -198,6 +202,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).

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

[4.3.0]: https://github.com/electron-userland/electron-json-storage/compare/v4.2.0...v4.3.0
[4.2.0]: https://github.com/electron-userland/electron-json-storage/compare/v4.1.8...v4.2.0
[4.1.8]: https://github.com/electron-userland/electron-json-storage/compare/v4.1.7...v4.1.8
[4.1.7]: https://github.com/electron-userland/electron-json-storage/compare/v4.1.6...v4.1.7
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
@@ -1,6 +1,6 @@
{
"name": "electron-json-storage",
"version": "4.2.0",
"version": "4.3.0",
"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 c542d0c

Please sign in to comment.