Skip to content

Commit

Permalink
publish: v1.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
sz-p committed Nov 19, 2024
1 parent 8a5482a commit 52a3817
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
## [1.2.4](https://github.com/sz-p/vscode-dependencyGraph/compare/v1.2.3...v1.2.4) (2024-11-19)


### Bug Fixes

* [#55](https://github.com/sz-p/vscode-dependencyGraph/issues/55) edit icon in tree view not work ([feb0e60](https://github.com/sz-p/vscode-dependencyGraph/commit/feb0e601a839ed0922ac05cca659d86118eafa9c))


### Features

* [#55](https://github.com/sz-p/vscode-dependencyGraph/issues/55) file name include index show dir in tree view ([0130794](https://github.com/sz-p/vscode-dependencyGraph/commit/01307940d702bd5b843ac9c4403896431280c627))
* add resolve packages in webpack config ([05b86d5](https://github.com/sz-p/vscode-dependencyGraph/commit/05b86d51cd3bb464c5d2e4fb39d857e58588882d))



## [1.2.3](https://github.com/sz-p/vscode-dependencyGraph/compare/1.2.3...v1.2.3) (2024-11-05)


## [1.2.2](https://github.com/sz-p/vscode-dependencyGraph/compare/v1.2.1...v1.2.2) (2024-07-05)


Expand Down
4 changes: 2 additions & 2 deletions 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.2.3",
"version": "1.2.4",
"license": "MIT",
"engines": {
"vscode": "^1.41.0"
Expand Down Expand Up @@ -102,7 +102,7 @@
"build": "npm-run-all -p build:*",
"vscode:prepublish": "yarn test && npm-run-all -p build:*",
"codeCount": "cloc ./ --exclude-dir=node_modules,out,outExtension,outWebView,assets,fileIcons",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 2",
"compile": "tsc -p ./",
"watch:Extension": "node ./scripts/watch.js",
"watch:WebView": "node ./src/webView/scripts/watch.js",
Expand Down

0 comments on commit 52a3817

Please sign in to comment.