Skip to content

Commit c7946e5

Browse files
authored
Merge pull request #189 from electron-userland/4-6-0
4.6.0
2 parents 9e9457c + acd30dd commit c7946e5

3 files changed

Lines changed: 8 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
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

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
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)