Skip to content

Commit 85a5f79

Browse files
Bump version to 0.1.0
1 parent 6f75b0b commit 85a5f79

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## 0.0.1 - 11.11.2022
7+
## 0.1.0 - 16.11.2022
88

99
### Added
1010

@@ -14,3 +14,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1414
* Implemented `ReferencesProvider`
1515
* Implemented `DocumentSymbolProvider`
1616
* Implemented `DocumentHighlightProvider`
17+
* Implement cross-file navigation

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ide-block",
3-
"version": "0.0.0",
3+
"version": "0.1.0",
44
"license": "MIT",
55
"scripts": {
66
"start": "blocks start",

0 commit comments

Comments
 (0)