Skip to content

Commit

Permalink
chore: v2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
spmeesseman committed Jun 30, 2021
1 parent 04e6ee9 commit bd080cb
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 5 deletions.
1 change: 0 additions & 1 deletion .publishrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
"githubRelease": "Y",
"githubAssets": "CHANGELOG.md",
"githubUser": "spmeesseman",
"npmRelease": "Y",
"postBuildCommand": "npm run test:dev",
"preCommitCommand": [],
"postCommitCommand": [],
Expand Down
23 changes: 22 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
# VSCODE-TASKEXPLORER CHANGE LOG

## Version 2.3.1 (June 30th, 2021)

### Documentation

- **Readme:** add app-publisher section
- **Readme:** update contributors section

### Bug Fixes

- **Providers:** app-publisher custom config files are found but tasks always run with default config.

### Build System

- **Publishrc:** run local test task

### Other Notes

- build(package.json): update description [skip ci]

# [2.3.0](https://github.com/spmeesseman/vscode-taskexplorer/compare/v2.2.0...v2.3.0) (2021-06-06)


Expand Down Expand Up @@ -1668,4 +1689,4 @@

## [1.0.1](https://github.com/spmeesseman/vscode-taskexplorer/compare/v1.0.0...v1.0.1) (2019-03-26)

# 1.0.0 (2019-03-26)
# 1.0.0 (2019-03-26)
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.

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vscode-taskexplorer",
"version": "2.3.0",
"version": "2.3.1",
"displayName": "Task Explorer",
"description": "Tasks management for npm, vscode, yarn, ant, gradle, grunt, gulp, batch, bash, make, maven, python, perl, powershell, ruby, and nsis",
"icon": "res/gears-r-colors.png",
Expand Down Expand Up @@ -65,7 +65,6 @@
"test:after": "npm run coverage-full_off",
"test:before": "npm run clean && rimraf c:\\code\\data\\user-data\\cacheddata && npm run build && npm run coverage-full_on",
"test:openreport": "npm run coverage-open-report",
"vscode:prepublish": "npm run build",
"watch": "tsc -watch -p ./",
"webpack-watch": "webpack -w --info-verbosity verbose --mode development --config ./webpack.config.js",
"webpack-build": "npm run webpack-build:extension && npm run webpack-build:test",
Expand Down

0 comments on commit bd080cb

Please sign in to comment.