Skip to content

Commit

Permalink
publish: v1.1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
sz-p committed May 24, 2022
1 parent 71667a0 commit 1fb256a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [1.1.11](https://github.com/sz-p/vscode-dependencyGraph/compare/v1.1.10...v1.1.11) (2022-05-24)


### Features

* [#29](https://github.com/sz-p/vscode-dependencyGraph/issues/29) recognize lazy imports ([1b79ff0](https://github.com/sz-p/vscode-dependencyGraph/commit/1b79ff0a022cf1d6ae5b58b9bc4c243d170b30a1))


## [1.1.10](https://github.com/sz-p/vscode-dependencyGraph/compare/v1.1.9...v1.1.10) (2022-05-06)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"displayName": "Dependency Graph",
"description": "A plugin for vscode to view your project's dependency graph",
"icon": "assets/dependencygraph.png",
"version": "1.1.10",
"version": "1.1.11",
"license": "MIT",
"engines": {
"vscode": "^1.41.0"
Expand Down

0 comments on commit 1fb256a

Please sign in to comment.