Skip to content

Commit

Permalink
Merge pull request #133 from wtto00/version0-0-5
Browse files Browse the repository at this point in the history
New version: 0.0.5
  • Loading branch information
wtto00 authored Oct 15, 2024
2 parents 354a0e1 + 7ed58a0 commit d93ad4a
Show file tree
Hide file tree
Showing 6 changed files with 4,798 additions and 3,050 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,9 @@ jobs:

steps:
- uses: actions/checkout@v4
- run: corepack enable
- uses: actions/setup-node@v4
with:
node-version: 20
cache: 'pnpm'
- run: pnpm install
- run: pnpm lint
cache: 'npm'
- run: npm install
- run: npm run lint
5 changes: 2 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: corepack enable
- uses: actions/setup-node@v4
with:
node-version: 20
cache: 'pnpm'
- run: pnpm install
cache: 'npm'
- run: npm install

- name: Publish to Visual Studio Marketplace
uses: HaaLeo/publish-vscode-extension@v1
Expand Down
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.4] 2024-10-15
## [0.0.5] 2024-10-15

### Fixed

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

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

### Added

- When setting up the blog repository, display the repository list in a paginated manner.

**This version has been broken by the `pnpm` package manager.**

## [0.0.3] 2024-04-15

### Added
Expand Down
Loading

0 comments on commit d93ad4a

Please sign in to comment.