Skip to content

Commit a09d6ec

Browse files
committed
v1.14.0: Bugfix and bump packages
1 parent 9d5111f commit a09d6ec

File tree

2 files changed

+7
-2
lines changed

2 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.14.0
4+
5+
- Fixed bug in regex to account for comments before class definitions. Thanks @FBosito for the error report and bugfix suggestion.
6+
- Bump Packages to latest
7+
38
## Version 1.13.1
49

510
- Maintenance: Bump packages to latest

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.13.1",
7+
"version": "1.14.0",
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.91.0"
15+
"vscode": "^1.95.0"
1616
},
1717
"categories": [
1818
"Other",

0 commit comments

Comments
 (0)