Skip to content

Commit 1d48f7a

Browse files
committed
Updated package.json and CHANGELOG.md
1 parent 408c1fa commit 1d48f7a

File tree

3 files changed

+28
-4
lines changed

3 files changed

+28
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Change Log
22

3+
## Version 1.9.0
4+
5+
- Routing relations between components are now visualized. Notice that routes defined with module destinations are not yet visualized.
6+
37
## Version 1.8.5
48

59
- Security issue fixed: Now using npm package @xmldom/xmldom instead of xmldom

package-lock.json

Lines changed: 21 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"displayName": "AngularTools",
55
"description": "AngularTools is a collection of tools for exploring an Angular project, help you with documenting, reverse engineering a project or help when refactoring.",
66
"icon": "logo.png",
7-
"version": "1.8.5",
7+
"version": "1.9.0",
88
"license": "MIT",
99
"repository": "https://github.com/CoderAllan/vscode-angulartools",
1010
"author": {
@@ -424,6 +424,7 @@
424424
"@typescript-eslint/parser": "^5.5.0",
425425
"eslint": "^8.4.0",
426426
"glob": "^7.2.0",
427+
"supports-color": "^9.2.1",
427428
"ts-loader": "^9.2.6",
428429
"typescript": "^4.5.2",
429430
"webpack": "^5.64.4",
@@ -439,4 +440,4 @@
439440
"prettify-xml": "^1.2.0",
440441
"xmlserializer": "^0.6.1"
441442
}
442-
}
443+
}

0 commit comments

Comments
 (0)