File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
7
- ## 0.0.1 - 11 .11.2022
7
+ ## 0.1.0 - 16 .11.2022
8
8
9
9
### Added
10
10
@@ -14,3 +14,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
14
14
* Implemented ` ReferencesProvider `
15
15
* Implemented ` DocumentSymbolProvider `
16
16
* Implemented ` DocumentHighlightProvider `
17
+ * Implement cross-file navigation
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ide-block" ,
3
- "version" : " 0.0 .0" ,
3
+ "version" : " 0.1 .0" ,
4
4
"license" : " MIT" ,
5
5
"scripts" : {
6
6
"start" : " blocks start" ,
You can’t perform that action at this time.
0 commit comments