Skip to content

Commit 7b6493b

Browse files
committed
Updated package.json and changelog.
1 parent 7d96271 commit 7b6493b

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

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

3+
## Version 1.4.3
4+
5+
- Updated: PackageJsonToMarkdown command now shows the package license for each package.
6+
37
## Version 1.4.2
48

5-
- You can now select a random layout for the component hierarcy graph.
9+
- You can now select a random layout for the component hierarchy graph.
610
- Bugfix: Savíng a selection did not work if you had change the layout of the graph.
711

812
## Version 1.4.1

images/PackageMarkdown.gif

267 KB
Loading

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
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": "images/logo.png",
7-
"version": "1.4.2",
7+
"version": "1.4.3",
8+
"license": "MIT",
89
"repository": "https://github.com/CoderAllan/vscode-angulartools",
910
"author": {
1011
"name": "Allan Simonsen",

0 commit comments

Comments
 (0)