Skip to content

Commit 22268ee

Browse files
committed
chore(release): v1.3.1
Patch release: CI workflow hardening (SHA-pinned actions, permissions blocks), dependency refresh, Bun 1.3.14, script standardization, and Linux tarball-selection fix.
1 parent 329e536 commit 22268ee

2 files changed

Lines changed: 18 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
## [Unreleased]
1111

12+
## [1.3.1] — 2026-06-11
13+
14+
### Fixed
15+
16+
- **Release workflow** now selects the newest `npm pack` tarball via `find` + sort instead of `ls -t`, fixing asset selection on Linux runners.
17+
- **CI workflows** pinned all action tags to commit SHAs and added least-privilege `permissions` blocks, resolving 5 CodeQL workflow-hardening alerts.
18+
19+
### Changed
20+
21+
- **`package.json` scripts** standardized: lint, format, typecheck, test, build, and ci targets aligned across the package.
22+
- **Dependencies and tooling refreshed**: Bun bumped to 1.3.14, stale `bun.lock` overrides removed, all Node lockfiles and manifests updated to latest compatible versions.
23+
24+
### Tests
25+
26+
- Extended `actions_runs_filter` test coverage with additional branch paths.
27+
1228
## [1.3.0] — 2026-05-29
1329

1430
### Added
@@ -395,6 +411,7 @@ Initial public tool surface: `repo_status`, `my_work`, `pr_preflight`,
395411
`release_readiness`, `ci_diagnosis`, `org_pulse`, `pin_drift`,
396412
`ecosystem_activity`, `module_pin_hint`.
397413

414+
[1.3.1]: https://github.com/Rethunk-AI/rethunk-github-mcp/compare/v1.3.0...v1.3.1
398415
[1.2.0]: https://github.com/Rethunk-AI/rethunk-github-mcp/compare/v1.1.0...v1.2.0
399416
[1.1.0]: https://github.com/Rethunk-AI/rethunk-github-mcp/compare/v1.0.4...v1.1.0
400417
[1.0.4]: https://github.com/Rethunk-AI/rethunk-github-mcp/compare/v1.0.3...v1.0.4

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rethunk/github-mcp",
3-
"version": "1.3.0",
3+
"version": "1.3.1",
44
"description": "MCP stdio server: high-value GitHub rollup tools for LLMs — multi-repo dashboards, PR preflight, CI diagnosis, and more.",
55
"type": "module",
66
"private": false,

0 commit comments

Comments
 (0)