Skip to content

Commit

Permalink
v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jviotti committed Feb 26, 2016
1 parent 6d34685 commit a131b53
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Expand Up @@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [2.0.0] - 2016-02-26

### Changed

- Ignore `GPUCache` key, saved by Electron.

### Removed

- Remove promises support.

## [1.1.0] - 2016-02-17

### Added
Expand All @@ -13,4 +23,5 @@ This project adheres to [Semantic Versioning](http://semver.org/).

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

[2.0.0]: https://github.com/jviotti/electron-json-storage/compare/v1.1.0...v2.0.0
[1.1.0]: https://github.com/jviotti/electron-json-storage/compare/v1.0.0...v1.1.0
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "electron-json-storage",
"version": "1.1.0",
"version": "2.0.0",
"description": "Easily write and read user settings in Electron apps",
"main": "lib/storage.js",
"homepage": "https://github.com/jviotti/electron-json-storage",
Expand Down

0 comments on commit a131b53

Please sign in to comment.