File tree Expand file tree Collapse file tree 4 files changed +10
-6
lines changed Expand file tree Collapse file tree 4 files changed +10
-6
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
44
55Check [ Keep a Changelog] ( http://keepachangelog.com/ ) for recommendations on how to structure this file.
66
7+ ### 0.4.2
8+
9+ Update transpiler package.
10+
711### 0.4.1
812
913Fixed bug of hover for multiple files workspace
Original file line number Diff line number Diff line change 99 },
1010 "icon" : " assets/images/bitloops-language-logo-256x256.png" ,
1111 "license" : " MIT" ,
12- "version" : " 0.4.1 " ,
12+ "version" : " 0.4.2 " ,
1313 "scripts" : {
1414 "vs:package" : " vsce package" ,
1515 "vs:publish" : " vsce publish" ,
Original file line number Diff line number Diff line change 1010 "type" : " module" ,
1111 "scripts" : {},
1212 "dependencies" : {
13- "@bitloops/bl-transpiler" : " ^0.6.10 " ,
13+ "@bitloops/bl-transpiler" : " ^0.6.11 " ,
1414 "debounce" : " ^1.2.1" ,
1515 "fs" : " ^0.0.1-security" ,
1616 "path" : " ^0.12.7" ,
Original file line number Diff line number Diff line change 22# yarn lockfile v1
33
44
5- " @bitloops/bl-transpiler@^0.6.10 " :
6- version "0.6.10 "
7- resolved "https://registry.yarnpkg.com/@bitloops/bl-transpiler/-/bl-transpiler-0.6.10 .tgz#5acbfb349963b91bfe3628154f8285a6b3c9ff85 "
8- integrity sha512-MUrjH7lWVD42fZv1OQnSCwO97OZhm1io3GYv+1AZ2rgIT9MczJCASY4BtB/LqkB9zevReo3KFX0XF/5Yhpr5Hw ==
5+ " @bitloops/bl-transpiler@^0.6.11 " :
6+ version "0.6.11 "
7+ resolved "https://registry.yarnpkg.com/@bitloops/bl-transpiler/-/bl-transpiler-0.6.11 .tgz#6be3bf6bab6a7915539708a8b18c05d573417227 "
8+ integrity sha512-rE39fr4cupvIrkefxY3G0aZQ6eugZK0DXSLL8BOc6vHXNemCJ1Hi1+eDUqurlcv4Wh+AfzCjlaT6F/Xg0M/U2A ==
99 dependencies :
1010 antlr4 "4.11.0"
1111 lodash "^4.17.21"
You can’t perform that action at this time.
0 commit comments