File tree Expand file tree Collapse file tree 4 files changed +60
-23
lines changed
Expand file tree Collapse file tree 4 files changed +60
-23
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,15 @@ Here are a few common issues.
1111
1212## [ Unreleased]
1313
14+ ## [ 0.1.4] - 2021-04-14
15+
16+ ### Changed
17+
18+ - Security vulnerability upgrade of library [ lodash] ( https://github.com/lodash/lodash ) to 4.17.21.
19+ - Security vulnerability upgrade of library [ y18n] ( https://github.com/yargs/y18n ) to 4.0.1.
20+ - Security vulnerability upgrade of library [ trim] ( https://github.com/Trott/trim ) to 1.0.1.
21+ - Upgrade of library [ franc] ( https://github.com/wooorm/franc ) to 5.0.0.
22+
1423## [ 0.1.3] - 2020-03-25
1524
1625### Changed
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.3 " ,
12+ "version" : " 0.1.4 " ,
1313 "engines" : {
1414 "vscode" : " ^1.38.0"
1515 },
312312 },
313313 "dependencies" : {
314314 "escape-string-regexp" : " ^2.0.0" ,
315- "typescript" : " ^3.7.2" ,
316- "franc" : " ^4.1.0"
315+ "franc" : " ^5.0.0" ,
316+ "trigram-utils" : " ^2.0.0" ,
317+ "trim" : " ^1.0.1" ,
318+ "typescript" : " ^3.7.2"
317319 }
318320}
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.3 ' ;
4+ static readonly ExtensionVersion = 'v0.1.4 ' ;
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