Skip to content

Commit

Permalink
Merge pull request #134 from wtto00/version0_0_6
Browse files Browse the repository at this point in the history
Failed to package by github action `HaaLeo/publish-vscode-extension`
  • Loading branch information
wtto00 authored Oct 15, 2024
2 parents d93ad4a + 853332f commit 94243f1
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 5 deletions.
1 change: 0 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,3 @@ jobs:
with:
pat: ${{ secrets.VS_MARKETPLACE_TOKEN }}
registryUrl: https://marketplace.visualstudio.com
dependencies: false
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,20 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how

## [Unreleased]

## [0.0.5] 2024-10-15
## [0.0.6] 2024-10-16

### Fixed

- Failed to package by github action `HaaLeo/publish-vscode-extension`.

## ~~[0.0.5] 2024-10-15~~

### Fixed

- Change package manager from `pnpm` to `npm`. (https://github.com/microsoft/vscode-vsce/issues/421#issuecomment-1853833167)

**This version has been broken by `HaaLeo/publish-vscode-extension` action.**

## ~~[0.0.4] 2024-10-15~~

### Added
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "github-issue-blog",
"displayName": "Github Issue Blog",
"description": "A vscode plugin to create a blog with issue",
"version": "0.0.5",
"version": "0.0.6",
"author": "wtto00",
"publisher": "wtto00",
"license": "MIT",
Expand Down

0 comments on commit 94243f1

Please sign in to comment.