File tree Expand file tree Collapse file tree 4 files changed +7
-3
lines changed Expand file tree Collapse file tree 4 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ All notable changes to the "bitloops-language" extension will be documented in t
4
4
5
5
Check [ Keep a Changelog] ( http://keepachangelog.com/ ) for recommendations on how to structure this file.
6
6
7
+ ### 0.3.2
8
+
9
+ Added new keywords of the bitloops language
10
+
7
11
### 0.3.1
8
12
9
13
Added validation after the initialization of the workspace
Original file line number Diff line number Diff line change 2
2
"name" : " bitloops-server-client" ,
3
3
"description" : " BitLoops Server Client" ,
4
4
"license" : " MIT" ,
5
- "version" : " 0.3.1 " ,
5
+ "version" : " 0.3.2 " ,
6
6
"publisher" : " Bitloops" ,
7
7
"engines" : {
8
8
"vscode" : " ^1.63.0"
Original file line number Diff line number Diff line change 9
9
},
10
10
"icon" : " assets/images/bitloops-language-logo-256x256.png" ,
11
11
"license" : " MIT" ,
12
- "version" : " 0.3.1 " ,
12
+ "version" : " 0.3.2 " ,
13
13
"scripts" : {
14
14
"vs:package" : " vsce package" ,
15
15
"vs:publish" : " vsce publish" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " bitloops-lsp-server" ,
3
3
"description" : " BitLoops Language Server" ,
4
- "version" : " 0.3.1 " ,
4
+ "version" : " 0.3.2 " ,
5
5
"publisher" : " Bitloops" ,
6
6
"license" : " MIT" ,
7
7
"engines" : {
You can’t perform that action at this time.
0 commit comments