Skip to content

Commit e279cb0

Browse files
committed
Updated CHANGELOG.md, package.json and PackageMarkdown.gif
1 parent 87d9831 commit e279cb0

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

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

3+
## Version 1.4.1
4+
5+
- Updated: PackageJsonToMarkdown command now shows the local version pattern and the latest version number of the packages.
6+
- Bugfix: The list of packages in the generated markdown file for the packages is now sorted.
7+
38
## Version 1.4.0
49

510
- New feature: You can now choose how to auto-layout the component hierarchy graph.

images/PackageMarkdown.gif

1.58 MB
Loading

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
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.0",
7+
"version": "1.4.1",
88
"repository": "https://github.com/CoderAllan/vscode-angulartools",
99
"author": {
1010
"name": "Allan Simonsen",
1111
"url": "https://github.com/CoderAllan"
1212
},
1313
"engines": {
14-
"vscode": "^1.49.0"
14+
"vscode": "^1.52.0"
1515
},
1616
"categories": [
1717
"Other",

0 commit comments

Comments
 (0)