Skip to content

Commit 8243e79

Browse files
author
Nathan Boyd
committed
Release 1.2.0
1 parent 28a31ed commit 8243e79

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
<a name="1.2.0"></a>
2+
## 1.2.0 (2018-06-13)
3+
4+
* Add clean script and tsconfig base ([ad228f1](https://github.com/tsqllint/tsqllint-vscode-extension/commit/ad228f1))
5+
* Update build to support packaging ([28a31ed](https://github.com/tsqllint/tsqllint-vscode-extension/commit/28a31ed))
6+
* Updated vscode settings to hide client/out directory ([595362b](https://github.com/tsqllint/tsqllint-vscode-extension/commit/595362b))
7+
8+
9+
110
<a name="1.1.0"></a>
211
## 1.1.0 (2018-06-13)
312

client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "The client for the TSQLLint VS Code Extension",
44
"author": "Nathan Boyd",
55
"license": "MIT",
6-
"version": "1.1.0",
6+
"version": "1.2.0",
77
"publisher": "TSQLLint",
88
"repository": {
99
"type": "git",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "A VS Code Extension For TSQLLint",
44
"author": "Nathan Boyd",
55
"license": "MIT",
6-
"version": "1.1.0",
6+
"version": "1.2.0",
77
"publisher": "tsqllint",
88
"categories": [
99
"Linters"

server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "A VS Code Extension For TSQLLint",
44
"author": "Nathan Boyd",
55
"license": "MIT",
6-
"version": "1.1.0",
6+
"version": "1.2.0",
77
"publisher": "TSQLLint",
88
"repository": {
99
"type": "git",

0 commit comments

Comments
 (0)