Skip to content

Commit

Permalink
release: even-better-toml-0.21.2
Browse files Browse the repository at this point in the history
  • Loading branch information
panekj committed Dec 20, 2024
1 parent 151bd65 commit 83deb8d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/releases.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -427,8 +427,7 @@ jobs:
run: vsce package --baseImagesUrl https://raw.githubusercontent.com/tamasfe/taplo/master/editors/vscode --no-yarn # Microsoft doesn't support anything other than npm and yarn@v1
working-directory: editors/vscode
- name: Publish extension to microsoft marketplace
# disable publishing vscode ext in tamasfe/taplo due to expired token
if: github.event_name == 'push' && github.repository_owner != 'tamasfe'
if: github.event_name == 'push'
run: vsce publish --baseImagesUrl https://raw.githubusercontent.com/tamasfe/taplo/master/editors/vscode -p $VSCE_TOKEN --no-yarn
working-directory: editors/vscode
env:
Expand Down
8 changes: 7 additions & 1 deletion editors/vscode/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
# Change Log

## 0.21.2

### Fixes

- Re-release for VS Marketplace since the token for publishing extension was expired

## 0.21.1

### Fixes

- Re-release for VS Marketplace since the token for published was expired
- Re-release for VS Marketplace since the token for publishing extension was expired
- Bump VS Code engine to 1.90.0 which is a minimum version required due to NodeJS v20 dependency that includes webcrypto

## 0.21.0
Expand Down
2 changes: 1 addition & 1 deletion editors/vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "even-better-toml",
"displayName": "Even Better TOML",
"description": "Fully-featured TOML support",
"version": "0.21.1",
"version": "0.21.2",
"autoTag": {
"enabled": true
},
Expand Down

0 comments on commit 83deb8d

Please sign in to comment.