Skip to content

Commit

Permalink
chore(release): v2.10.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
app-publisher-bot committed Dec 21, 2022
1 parent 6478036 commit 5013662
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 2 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
# VSCODE-TASKEXPLORER CHANGE LOG

## Version 2.10.0 (December 21st, 2022)

### Bug Fixes

- **Reporting:** parsing report fails if there are User type workspace tasks.
- **Logging:** correct log blank line functionality

### Documentation

- **Readme:** update title
- **Readme:** update vs marketplace svg badges as all of a sudden microsoft decides to fail releases because of a GD img path.

### Features

- add parsing report available from the command pallette (for all projects) or the Explorer context menu (per project).

### Refactoring

- add 'obj' and 'Assets' to list of default exclude paths
- some commands should not be avail in cmd pallette

### Build System

- update ap publishrc file to latest ap format.
- move build system to webpack v5.68.0 and update all webpack dependencies to support NodeJS 17 environment. Also eliminates 3 dev dependency security vulnerabilities in webpack v4 unfixable by npm audit.

## Version 2.9.1 (February 4th, 2022)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vscode-taskexplorer",
"version": "2.9.1",
"version": "2.10.0",
"displayName": "Task Explorer",
"description": "Tasks management for npm, vscode, yarn, ant, gradle, grunt, gulp, batch, bash,php composer, make, maven, python, perl, powershell, ruby, pipenv, nsis. Supports external task providers via API.",
"icon": "res/gears-r-colors.png",
Expand Down

0 comments on commit 5013662

Please sign in to comment.