Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
2 changes: 1 addition & 1 deletion .claude-plugin/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
},
"metadata": {
"description": "Repair loop detector and ETA calibrator for Claude Code",
"version": "1.3.15"
"version": "1.3.16"
},
"plugins": [
{
Expand Down
2 changes: 1 addition & 1 deletion .claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "claude-eta",
"description": "Repair loop detector and ETA calibrator for Claude Code",
"version": "1.3.15",
"version": "1.3.16",
"author": {
"name": "mmmprod",
"url": "https://github.com/mmmprod"
Expand Down
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.3.15"
".": "1.3.16"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.3.16](https://github.com/mmmprod/claude-eta/compare/claude-eta-v1.3.15...claude-eta-v1.3.16) (2026-04-19)


### Bug Fixes

* **ci:** surface refresh-baselines HTTP error body and status code ([#161](https://github.com/mmmprod/claude-eta/issues/161)) ([e0f886e](https://github.com/mmmprod/claude-eta/commit/e0f886e6d3a8108c2a9816f3fa868a2ff4524877))

## [1.3.15](https://github.com/mmmprod/claude-eta/compare/claude-eta-v1.3.14...claude-eta-v1.3.15) (2026-04-12)


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
@@ -1,6 +1,6 @@
{
"name": "claude-eta",
"version": "1.3.15",
"version": "1.3.16",
"description": "Repair loop detector and ETA calibrator for Claude Code",
"type": "module",
"main": "dist/index.js",
Expand Down
Loading