From c0fbf2b9c592e1807f222a1018a72177b5816b0d Mon Sep 17 00:00:00 2001 From: Nathan Totten Date: Wed, 17 Jun 2020 10:51:25 -0400 Subject: [PATCH] version v5.0.1 --- .github/workflows/main.yml | 7 ++----- CHANGELOG.md | 5 +++++ package.json | 2 +- 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 129ded812..147202603 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -67,9 +67,8 @@ jobs: - run: yarn install - run: npm install -g vsce - run: vsce package - - uses: actions/upload-artifact@v2 - with: - path: "*.vsix" + - run: echo ::set-env name=VSIX_PATH::$(find . -maxdepth 1 -type f -iname "*.vsix" | head -1) + - run: echo ::set-env name=VSIX_NAME::$(basename $(find . -maxdepth 1 -type f -iname "*.vsix" | head -1)) - uses: actions/create-release@v1 id: create_release env: @@ -80,8 +79,6 @@ jobs: body: See [CHANGE LOG](https://github.com/prettier/prettier-vscode/blob/main/CHANGELOG.md) for details. draft: false prerelease: false - - run: echo ::set-env name=VSIX_PATH::$(find . -maxdepth 1 -type f -iname "*.vsix" | head -1) - - run: echo ::set-env name=VSIX_NAME::$(basename $(find . -maxdepth 1 -type f -iname "*.vsix" | head -1)) - uses: actions/upload-release-asset@v1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/CHANGELOG.md b/CHANGELOG.md index 494013a5d..a01a444e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ All notable changes to the "prettier-vscode" extension will be documented in thi +## [5.0.1] + +- Updated modules +- New build process + ## [5.0.0] - Removed support for legacy linter integration. [See documentation](https://github.com/prettier/prettier-vscode#linter-integration) on how to configure linters. diff --git a/package.json b/package.json index 1c0acae23..2071188e8 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "prettier-vscode", "displayName": "Prettier - Code formatter", "description": "Code formatter using prettier", - "version": "5.0.0", + "version": "5.0.1", "publisher": "esbenp", "author": "Prettier <@prettiercode>", "galleryBanner": {