Skip to content

Commit

Permalink
4.6.0
Browse files Browse the repository at this point in the history
Signed-off-by: Juan Cruz Viotti <jv@jviotti.com>
  • Loading branch information
jviotti committed Oct 12, 2022
1 parent 9e9457c commit acd30dd
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 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.6.0] - 2022-10-12

- Add a `.setSync()` function

## [4.5.0] - 2021-04-13

- Add a `.getSync()` function
Expand Down Expand Up @@ -211,6 +215,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).

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

[4.6.0]: https://github.com/electron-userland/electron-json-storage/compare/v4.5.0...v4.6.0
[4.5.0]: https://github.com/electron-userland/electron-json-storage/compare/v4.4.0...v4.5.0
[4.4.0]: https://github.com/electron-userland/electron-json-storage/compare/v4.3.0...v4.4.0
[4.3.0]: https://github.com/electron-userland/electron-json-storage/compare/v4.2.0...v4.3.0
Expand Down
4 changes: 2 additions & 2 deletions 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.5.0",
"version": "4.6.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 acd30dd

Please sign in to comment.