Skip to content

Commit

Permalink
v4.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jviotti committed Aug 26, 2018
1 parent 36faf82 commit 71590c1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [4.1.2] - 2018-08-26

### Changed

- Set `electron` as a `peerDependency`

## [4.1.1] - 2018-07-11

### Changed
Expand Down Expand Up @@ -158,6 +164,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).

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

[4.1.2]: https://github.com/electron-userland/electron-json-storage/compare/v4.1.1...v4.1.2
[4.1.1]: https://github.com/electron-userland/electron-json-storage/compare/v4.1.0...v4.1.1
[4.1.0]: https://github.com/electron-userland/electron-json-storage/compare/v4.0.3...v4.1.0
[4.0.3]: https://github.com/electron-userland/electron-json-storage/compare/v4.0.2...v4.0.3
Expand Down
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.1.1",
"version": "4.1.2",
"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 71590c1

Please sign in to comment.