Skip to content

Commit

Permalink
0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jprichardson committed Aug 27, 2015
1 parent 2be37c5 commit 9814221
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
0.6.0 / 2015-08-27
------------------
- added support for data uris. See: https://github.com/jprichardson/electron-window/pull/2

0.5.0 / 2015-07-15
------------------
- upgraded to `is-electron-renderer@2.0` (Electron removed `global` for non-node integration)
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-window",
"version": "0.5.0",
"version": "0.6.0",
"description": "Convenience methods for Electron windows.",
"main": "./lib/index.js",
"scripts": {
Expand Down

0 comments on commit 9814221

Please sign in to comment.