Skip to content

Commit 91698b1

Browse files
committed
Update version to 0.2.0 and add release notes for external module visualization feature in README.md
1 parent e39fa50 commit 91698b1

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

vscode-rescriptdep/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,10 @@ This extension doesn't require any specific settings.
7272

7373
## Release Notes
7474

75+
### 0.2.0
76+
77+
- Added external module visualization: Now properly represents external dependencies in the dependency graph
78+
7579
### 0.1.1
7680

7781
- Fixed compatibility issue by downgrading the VS Code engine requirement to support older VS Code versions

vscode-rescriptdep/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vscode-bibimbob",
33
"displayName": "Bibimbob",
44
"description": "A tool to analyze dependencies between ReScript modules",
5-
"version": "0.1.1",
5+
"version": "0.2.0",
66
"publisher": "mununki",
77
"license": "MIT",
88
"icon": "images/rescriptdep_icon.png",

0 commit comments

Comments
 (0)