File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,8 @@ Here are a few common issues.
1111
1212## [ Unreleased]  
1313
14+ ## [ 0.1.1]  - 2019-11-09 
15+ 
1416### Added  
1517
1618-  Keywords in package.json to improve extension search in market place.
Original file line number Diff line number Diff line change 99		"url" : " https://github.com/michelcaradec/string-checker-js" 
1010	},
1111	"license" : " MIT"  ,
12- 	"version" : " 0.1.0 "  ,
12+ 	"version" : " 0.1.1 "  ,
1313	"engines" : {
1414		"vscode" : " ^1.38.0" 
1515	},
Original file line number Diff line number Diff line change 11export  class  Constants  { 
22    static  readonly  ExtensionName  =  'string-checker-js' ; 
33    static  readonly  ExtensionNameHumanReadable  =  'String Checker JS' ; 
4-     static  readonly  ExtensionVersion  =  'v0.1.0 ' ; 
4+     static  readonly  ExtensionVersion  =  'v0.1.1 ' ; 
55    static  readonly  ExtensionID  =  'string-checker-js' ; 
66    static  readonly  ItemStringPrefix  =  'string:' ; 
77    static  readonly  ItemRegexPrefix  =  'regex:' ; 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments