Skip to content

Commit

Permalink
v1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jakedemian committed Jun 27, 2023
1 parent b5664d7 commit fe36b4e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

All notable changes to the "project-hierarchy-explorer" extension will be documented in this file.

## [1.0.3]

- new configuration -> `outputsTo`, allows you to output your hierarchy to a file, the output console, or both
- cleaned up and optimized

## [1.0.2]

- Version bump and sync
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"email": "[email protected]"
},
"publisher": "jake-demian",
"version": "1.0.2",
"version": "1.0.3",
"icon": "images/icon.png",
"license": "MIT",
"repository": {
Expand Down Expand Up @@ -55,7 +55,8 @@
"watch": "tsc -watch -p ./",
"pretest": "yarn run compile && yarn run lint",
"lint": "eslint src --ext ts",
"test": "node ./out/test/runTest.js"
"test": "node ./out/test/runTest.js",
"package": "vsce package"
},
"devDependencies": {
"@types/chai": "^4.3.5",
Expand Down

0 comments on commit fe36b4e

Please sign in to comment.