From bd080cb6f22a177c33316368def1a57769591ad2 Mon Sep 17 00:00:00 2001 From: Scott Meesseman Date: Wed, 30 Jun 2021 19:06:35 -0400 Subject: [PATCH] chore: v2.3.1 --- .publishrc.json | 1 - CHANGELOG.md | 23 ++++++++++++++++++++++- package-lock.json | 2 +- package.json | 3 +-- 4 files changed, 24 insertions(+), 5 deletions(-) diff --git a/.publishrc.json b/.publishrc.json index fa1aa43c7..88d93c048 100644 --- a/.publishrc.json +++ b/.publishrc.json @@ -9,7 +9,6 @@ "githubRelease": "Y", "githubAssets": "CHANGELOG.md", "githubUser": "spmeesseman", - "npmRelease": "Y", "postBuildCommand": "npm run test:dev", "preCommitCommand": [], "postCommitCommand": [], diff --git a/CHANGELOG.md b/CHANGELOG.md index 91f39a9fd..348e6ad56 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) @@ -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) diff --git a/package-lock.json b/package-lock.json index cbfbe3b4a..ce120efbf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "vscode-taskexplorer", - "version": "2.3.0", + "version": "2.3.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 904b14830..7ff32a501 100644 --- a/package.json +++ b/package.json @@ -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", @@ -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",