Skip to content

Commit a2aa44c

Browse files
committed
Updated package.json and changelog.
1 parent 0170eca commit a2aa44c

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

CHANGELOG.md

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

3+
## Version 1.7.2
4+
5+
- Added missing xml prolog to generated dgml file.
6+
- Added missing properties to generated dgml file.
7+
- Removed unused properties in generated dgml file.
8+
- Changed property TsFilename to TypescriptFilepath and made it a reference attribute.
9+
- Now only show message in the vscode status bar when dgml or png file has been saved.
10+
311
## Version 1.7.1
412

513
- Bugfix: input, outputs, viewchilds, etc. are now shown correctly in the dependency injection graph.

package-lock.json

Lines changed: 2 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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
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.7.1",
7+
"version": "1.7.2",
88
"license": "MIT",
99
"repository": "https://github.com/CoderAllan/vscode-angulartools",
1010
"author": {
1111
"name": "Allan Simonsen",
1212
"url": "https://github.com/CoderAllan"
1313
},
1414
"engines": {
15-
"vscode": "^1.54.0"
15+
"vscode": "^1.55.0"
1616
},
1717
"categories": [
1818
"Other",

0 commit comments

Comments
 (0)