Skip to content

Commit 7221ecc

Browse files
committed
updated version and changelog
1 parent f932a58 commit 7221ecc

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

CHANGELOG.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
1+
# **v1.3.1**
2+
3+
## Bug Fixes
4+
5+
* @edgardmessias fixed #45 failed match
6+
17
# **v1.3.0**
28

39
## What's New
410

511
* @edgardmessias improved the way SVN is detected and added svn path to config
612

7-
## Bug Fixes
8-
9-
* @edgardmessias fixed #45 failed match
10-
1113
# **v1.2.1**
1214

1315
## Bug Fixes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "svn-scm",
33
"displayName": "SVN",
44
"description": "Integrated Subversion source control",
5-
"version": "1.3.0",
5+
"version": "1.3.1",
66
"publisher": "johnstoncode",
77
"engines": {
88
"vscode": "^1.17.0"

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"module": "commonjs",
66
"outDir": "./out",
77
"typeRoots": ["./node_modules/@types"],
8-
"strict": false,
8+
"strict": true,
99
"experimentalDecorators": true,
1010
"sourceMap": true
1111
},

0 commit comments

Comments
 (0)