Skip to content

Commit

Permalink
Merge pull request #164 from electron-userland/upgrade-4-5-0
Browse files Browse the repository at this point in the history
Upgrade to v4.5.0
  • Loading branch information
jviotti committed Apr 13, 2021
2 parents 26ffd0e + d86c37a commit 7f3c937
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.5.0] - 2021-04-13

- Add a `.getSync()` function

## [4.4.0] - 2021-02-22

- Gracefully require the user to call `.setDataPath()` if the `remote` module
Expand Down Expand Up @@ -207,6 +211,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).

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

[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
[4.2.0]: https://github.com/electron-userland/electron-json-storage/compare/v4.1.8...v4.2.0
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.4.0",
"version": "4.5.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 7f3c937

Please sign in to comment.