Skip to content

Commit

Permalink
Merge pull request #132 from wtto00/version0-0-4
Browse files Browse the repository at this point in the history
chore: New version 0.0.4
  • Loading branch information
wtto00 authored Oct 15, 2024
2 parents d7fc6e7 + c426403 commit 354a0e1
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 10 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,4 @@ jobs:
with:
pat: ${{ secrets.VS_MARKETPLACE_TOKEN }}
registryUrl: https://marketplace.visualstudio.com
dependencies: false
12 changes: 9 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,19 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how

## [Unreleased]

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

### Added

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

## [0.0.3] 2024-04-15

### Added

- Add Assignees attribute

## [0.0.2]
## [0.0.2] 2023-08-10

### Added

Expand All @@ -22,7 +28,7 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how

- fix: The top background color on the web page is causing the logo to not be displayed.

## [0.0.1]
## [0.0.1] 2023-08-07

First version.

Expand Down
4 changes: 2 additions & 2 deletions 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.3",
"version": "0.0.4",
"author": "wtto00",
"publisher": "wtto00",
"license": "MIT",
Expand Down Expand Up @@ -135,7 +135,7 @@
"@eslint/js": "^9.11.1",
"@types/mocha": "^10.0.8",
"@types/node": "^22.7.4",
"@types/vscode": "^1.93.0",
"@types/vscode": "1.82.0",
"@vscode/l10n-dev": "^0.0.35",
"@vscode/test-electron": "^2.4.1",
"eslint": "^9.5.0",
Expand Down
10 changes: 5 additions & 5 deletions pnpm-lock.yaml

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

0 comments on commit 354a0e1

Please sign in to comment.