File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
lib/modules/tutorials/utils Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change 2
2
All notable changes to this project will be documented in this file.
3
3
This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
4
4
5
- ## [ 0.13.1 ] - 2016-09-15
5
+ ## [ 0.13.2 ] - 2016-09-15
6
6
- tutorial list shows latest tutorial version
7
7
- fix empty directory issue
8
8
Original file line number Diff line number Diff line change @@ -14,7 +14,6 @@ function isLatestVersion(_a) {
14
14
. then ( fetch_1 . json )
15
15
. then ( getLatest . bind ( this , version ) )
16
16
. then ( function ( latest ) {
17
- console . log ( 'isAbove' , compareVersions_1 . isAboveVersion ( version , latest ) ) ;
18
17
if ( ! compareVersions_1 . isAboveVersion ( version , latest ) ) {
19
18
store_1 . default . dispatch ( actions_1 . tutorialVersion ( { name : name , latest : latest } ) ) ;
20
19
}
You can’t perform that action at this time.
0 commit comments