Skip to content

Commit 0eec138

Browse files
Provide messages for 3.1.
1 parent 7d96b7e commit 0eec138

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

messages.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
22
"0.1.1": "messages/0.1.1.txt",
3-
"0.1.5": "messages/0.1.5.txt"
3+
"0.1.5": "messages/0.1.5.txt",
4+
"3.1.1": "messages/3.1.1.txt"
45
}

messages/3.1.0.txt messages/3.1.1.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ repository at https://github.com/Microsoft/TypeScript-Sublime-Plugin.
55

66
# Fundamental Updates
77

8-
v3.1.0 introduces brings and update to TypeScript v3.1.1, and
8+
v3.1.1 introduces brings and update to TypeScript v3.1.1, and
99
fixes various syntax highlighting issues.
1010

1111
# Refactoring
1212

13-
v3.1.0 also introduces refactoring functionality! This can be triggered by
13+
v3.1.1 also introduces refactoring functionality! This can be triggered by
1414

1515
1. selecting a range of text, or placing the cursor on a location that can be refactored
1616
2. invoking the Sublime Quick Panel,

0 commit comments

Comments
 (0)