diff --git a/CHANGELOG.md b/CHANGELOG.md index 6412089..3d287bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ ## Changelog +### 0.6.4 + * Added ES6 module export to dat.gui + * Fixed formatting issue on Windows. #136 + * Fixed issue with color selector getting chopped off at bottom of gui. #136 ### 0.6.3 * Added ability to put close button on top of the menu [ex: var gui = new dat.gui.GUI({closeOnTop:true})]. #106 #122 diff --git a/bower.json b/bower.json index cf3bbd1..46ee845 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "dat.gui", - "version": "0.6.3", + "version": "0.6.4", "homepage": "https://github.com/dataarts/dat.gui.git", "authors": [ "Google Data Arts Team " diff --git a/package.json b/package.json index 225e9b7..4417dfc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dat.gui", - "version": "0.6.3", + "version": "0.6.4", "description": "A lightweight graphical user interface for changing variables in JavaScript.", "main": "index.js", "directories": {