Skip to content

Commit acd30dd

Browse files
committed
4.6.0
Signed-off-by: Juan Cruz Viotti <[email protected]>
1 parent 9e9457c commit acd30dd

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
This project adheres to [Semantic Versioning](http://semver.org/).
55

6+
## [4.6.0] - 2022-10-12
7+
8+
- Add a `.setSync()` function
9+
610
## [4.5.0] - 2021-04-13
711

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

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

218+
[4.6.0]: https://github.com/electron-userland/electron-json-storage/compare/v4.5.0...v4.6.0
214219
[4.5.0]: https://github.com/electron-userland/electron-json-storage/compare/v4.4.0...v4.5.0
215220
[4.4.0]: https://github.com/electron-userland/electron-json-storage/compare/v4.3.0...v4.4.0
216221
[4.3.0]: https://github.com/electron-userland/electron-json-storage/compare/v4.2.0...v4.3.0

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "electron-json-storage",
3-
"version": "4.5.0",
3+
"version": "4.6.0",
44
"description": "Easily write and read user settings in Electron apps",
55
"main": "lib/storage.js",
66
"homepage": "https://github.com/electron-userland/electron-json-storage",

0 commit comments

Comments
 (0)