File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed
Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 22All notable changes to this project will be documented in this file.
33This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
44
5+ ## 0.5.4 - 2017-11-10
6+ * Update choo devtools
7+ * Remove choo log
8+ * Fix header update function
9+
510## 0.5.3 - 2017-11-09
611* Added this here changelog
712* Fix some state transfer bugs
Original file line number Diff line number Diff line change 3636 "@bret/truthy" : " ^1.0.1" ,
3737 "bl" : " ^1.2.1" ,
3838 "choo" : " ^6.0.0" ,
39- "choo-devtools" : " ^1.5.0" ,
40- "choo-log" : " ^7.2.1" ,
39+ "choo-devtools" : " ^2.1.0" ,
4140 "classnames" : " ^2.2.5" ,
4241 "content-addressable-blob-store" : " ^4.5.1" ,
4342 "csjs-inject" : " ^1.0.1" ,
8079 "common-shakeify" : " ^0.4.4" ,
8180 "concat-stream" : " ^1.6.0" ,
8281 "dependency-check" : " ^2.8.0" ,
83- "electron" : " 1.7.8 " ,
82+ "electron" : " 1.7.9 " ,
8483 "electron-builder" : " ^19.45.5" ,
8584 "electron-renderify" : " 0.0.2" ,
8685 "envify" : " ^4.1.0" ,
Original file line number Diff line number Diff line change @@ -14,7 +14,6 @@ ipcLogger(event => {
1414var entypoSprite = require ( 'entypo' ) . getNode ( )
1515document . body . insertAdjacentElement ( 'afterbegin' , entypoSprite )
1616
17- app . use ( require ( 'choo-log' ) ( ) )
1817app . use ( require ( 'choo-devtools' ) ( ) )
1918
2019app . use ( require ( './stores/config' ) )
You can’t perform that action at this time.
0 commit comments