Skip to content

Commit

Permalink
revert back to 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cjlapao committed Oct 11, 2024
1 parent 878b057 commit 7e8ce8e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,8 @@ jobs:
steps:
- uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
- name: Upload artifact to release
env:
GH_TOKEN: ${{ secrets.GHUB_PAT }}
run: |
gh release upload v${{ env.EXT_VERSION }} *.vsix
- name: Create release and upload release asset
Expand Down Expand Up @@ -290,6 +292,7 @@ jobs:
# environment: publish
if: false
needs:
- check-version-change
- upload-artifacts-to-release
runs-on: ubuntu-latest
permissions: {}
Expand Down
4 changes: 0 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@

All notable changes to the "parallels-desktop" extension will be documented in this file.

## [1.4.1] - 2024-10-11



## [1.4.0] - 2024-10-09

- Fixed the issue where vscode would crash if created two remote hosts from the same name
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"url": "https://github.com/Parallels/parallels-vscode-extension"
},
"icon": "img/logo/parallels_logo.png",
"version": "1.4.1",
"version": "1.4.0",
"engines": {
"vscode": "^1.90.0"
},
Expand Down Expand Up @@ -1920,4 +1920,4 @@
"tailwindcss": "^3.3.2",
"uuid": "^9.0.0"
}
}
}

0 comments on commit 7e8ce8e

Please sign in to comment.