Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,25 @@ versions follow [SemVer](https://semver.org/).
> section **above** Unreleased, or remove the Unreleased block for the
> release commit. Otherwise the GitHub release ships boilerplate.

## [1.5.1] β€” 2026-05-27

Recovery republish of v1.5.0 β€” the VS Code Marketplace publish step
timed out on `_apis/gallery` (Azure DevOps gallery API,
Microsoft-side) and `vsce publish` returned non-zero before the
upload was committed. Open VSX and the GitHub release for v1.5.0
both shipped fine on the original tag push; only Marketplace
missed it, leaving Marketplace users stuck on 1.1.0 while OVSX
users got 1.5.0. This tag exists solely to re-fire the publish
pipeline so Marketplace catches up. No source changes between
v1.5.0 and v1.5.1.

### Changed

- **Version bump only β€” no functional changes.** v1.5.0 is the
identical extension code; Open VSX users will see a 1.5.0 β†’ 1.5.1
update with no behavioural diff. VS Code Marketplace users skip
1.5.0 entirely (it was never published there).

## [1.5.0] β€” 2026-05-27

Aligns the extension's version stream with the upstream
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": "pipeline-check",
"displayName": "Pipeline-Check",
"description": "Lint CI/CD pipelines for 22 providers against OWASP Top 10 CI/CD Risks and 14 other compliance frameworks. 810+ rules, inline in your editor.",
"version": "1.5.0",
"version": "1.5.1",
"publisher": "greylag-ci",
"license": "MIT",
"icon": "icon.png",
Expand Down
Loading