Skip to content

Commit

Permalink
Bump package version. Updated CHANGELOG. Bump webpack package version
Browse files Browse the repository at this point in the history
  • Loading branch information
CoderAllan committed Apr 2, 2022
1 parent 7931626 commit a523b8f
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 21 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Change Log

## Version 1.10.1

- Adding label to links in generated dgml file.
- Bugfix: TsFilename path in generated dgml file are now correct for injected services.

## Version 1.10.0

- In the dependency injection graph, now all injected entities are shown.
Expand Down
34 changes: 17 additions & 17 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
"displayName": "AngularTools",
"description": "AngularTools is a collection of tools for exploring an Angular project, help you with documenting, reverse engineering a project or help when refactoring.",
"icon": "logo.png",
"version": "1.10.0",
"version": "1.10.1",
"license": "MIT",
"repository": "https://github.com/CoderAllan/vscode-angulartools",
"author": {
"name": "Allan Simonsen",
"url": "https://github.com/CoderAllan"
},
"engines": {
"vscode": "^1.65.0"
"vscode": "^1.66.0"
},
"categories": [
"Other",
Expand Down Expand Up @@ -419,15 +419,15 @@
"@types/glob": "^7.2.0",
"@types/mocha": "^9.1.0",
"@types/node": "^17.0.23",
"@types/vscode": "^1.65.0",
"@types/vscode": "^1.66.0",
"@typescript-eslint/eslint-plugin": "^5.17.0",
"@typescript-eslint/parser": "^5.17.0",
"eslint": "^8.12.0",
"glob": "^7.2.0",
"supports-color": "^9.2.2",
"ts-loader": "^9.2.8",
"typescript": "^4.6.3",
"webpack": "^5.70.0",
"webpack": "^5.71.0",
"webpack-cli": "^4.9.2"
},
"dependencies": {
Expand Down

0 comments on commit a523b8f

Please sign in to comment.