Skip to content

Commit e52fb89

Browse files
dmartinochoaclaude
andcommitted
release: v1.0.3 — Open VSX recovery republish of v1.0.2
v1.0.2 reached the VS Code Marketplace but the Open VSX publish step returned HTTP 405 (transient registry-side failure; same code path published v1.0.1 unchanged 14 h earlier). The "Create GitHub release" step short-circuited behind the failed publish, so v1.0.2 is missing from both Open VSX and GitHub Releases. v1.0.3 carries no source changes — the bump exists solely to re-trigger the publish pipeline so Open VSX catches up and the 1.0.x GitHub release lands. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 8378f73 commit e52fb89

3 files changed

Lines changed: 22 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,25 @@ versions follow [SemVer](https://semver.org/).
1111
> section **above** Unreleased, or remove the Unreleased block for the
1212
> release commit. Otherwise the GitHub release ships boilerplate.
1313
14+
## [1.0.3] — 2026-05-21
15+
16+
Recovery republish of v1.0.2 — Open VSX returned an HTTP 405 on
17+
the v1.0.2 publish step (transient registry-side failure; v1.0.1
18+
shipped unchanged 14 h earlier through the same code path).
19+
v1.0.2 reached the VS Code Marketplace but not Open VSX, and the
20+
"Create GitHub release" step short-circuited behind the failed
21+
publish. No source changes between v1.0.2 and v1.0.3; this tag
22+
exists solely to re-trigger the publish pipeline so Open VSX
23+
catches up with the Marketplace and the GitHub release for the
24+
1.0.x line is restored.
25+
26+
### Changed
27+
28+
- **Version bump only — no functional changes.** v1.0.2 is the
29+
identical extension code; users on the VS Code Marketplace will
30+
see a 1.0.2 → 1.0.3 update with no behavioural diff. Open VSX
31+
users skip 1.0.2 entirely (none was ever published there).
32+
1433
## [1.0.2] — 2026-05-20
1534

1635
Bug-fix batch on top of v1.0.1 — three review rounds turned up five

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "pipeline-check",
33
"displayName": "Pipeline-Check",
44
"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.",
5-
"version": "1.0.2",
5+
"version": "1.0.3",
66
"publisher": "greylag-ci",
77
"license": "MIT",
88
"icon": "icon.png",

0 commit comments

Comments
 (0)