From 71590c1013e9b3f014c91ccd37384dee9572cbd0 Mon Sep 17 00:00:00 2001 From: Juan Cruz Viotti Date: Sun, 26 Aug 2018 18:46:59 +0100 Subject: [PATCH] v4.1.2 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c6fbcdb..a737a3d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 diff --git a/package.json b/package.json index 41a3ed3..45521bf 100644 --- a/package.json +++ b/package.json @@ -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",