File tree 3 files changed +8
-6
lines changed
3 files changed +8
-6
lines changed Original file line number Diff line number Diff line change
1
+ # ** v1.3.1**
2
+
3
+ ## Bug Fixes
4
+
5
+ * @edgardmessias fixed #45 failed match
6
+
1
7
# ** v1.3.0**
2
8
3
9
## What's New
4
10
5
11
* @edgardmessias improved the way SVN is detected and added svn path to config
6
12
7
- ## Bug Fixes
8
-
9
- * @edgardmessias fixed #45 failed match
10
-
11
13
# ** v1.2.1**
12
14
13
15
## Bug Fixes
Original file line number Diff line number Diff line change 2
2
"name" : " svn-scm" ,
3
3
"displayName" : " SVN" ,
4
4
"description" : " Integrated Subversion source control" ,
5
- "version" : " 1.3.0 " ,
5
+ "version" : " 1.3.1 " ,
6
6
"publisher" : " johnstoncode" ,
7
7
"engines" : {
8
8
"vscode" : " ^1.17.0"
Original file line number Diff line number Diff line change 5
5
"module" : " commonjs" ,
6
6
"outDir" : " ./out" ,
7
7
"typeRoots" : [" ./node_modules/@types" ],
8
- "strict" : false ,
8
+ "strict" : true ,
9
9
"experimentalDecorators" : true ,
10
10
"sourceMap" : true
11
11
},
You can’t perform that action at this time.
0 commit comments