Skip to content

Commit 0ca94c5

Browse files
committed
Updating package.json and the changelog.
1 parent 6b0d288 commit 0ca94c5

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
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.8.2
4+
5+
- The state of the checkbox and the dropdown boxes are now persisted.
6+
37
## Version 1.8.1
48

59
- The position of nodes are now persisted. If you rearrange the nodes you work won't be lost when changing to another tab and back again.

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.8.1",
7+
"version": "1.8.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.55.0"
15+
"vscode": "^1.57.0"
1616
},
1717
"categories": [
1818
"Other",

0 commit comments

Comments
 (0)