Skip to content

Commit

Permalink
publish: v1.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
sz-p committed Apr 25, 2022
1 parent 5cd1375 commit c07bda0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [1.1.9](https://github.com/sz-p/vscode-dependencyGraph/compare/v1.1.8...v1.1.9) (2022-04-26)


### Features

* [#26](https://github.com/sz-p/vscode-dependencyGraph/issues/26) pick up inline requires ([aefcb4c](https://github.com/sz-p/vscode-dependencyGraph/commit/aefcb4c401041cee217bacb329e09a6e187194b4))



## [1.1.8](https://github.com/sz-p/vscode-dependencyGraph/compare/v1.1.7...v1.1.8) (2022-04-25)


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.8",
"version": "1.1.9",
"license": "MIT",
"engines": {
"vscode": "^1.41.0"
Expand Down

0 comments on commit c07bda0

Please sign in to comment.